Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 7c60d2e

Browse files
committed
remove superfluous spaces / line breaks from json
1 parent 31b6c72 commit 7c60d2e

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
{
2-
"unit": {
3-
"test": {
4-
"case": [
5-
{
6-
"justText": { "zz": "blah blah" }
7-
},
8-
{
9-
"attribText": { "attrib": "das", "zz": "capital" }
10-
},
11-
{
12-
"spaces": { "zz": "abc\nasdf\n a" }
13-
},
14-
{
15-
"type": "SANATISE",
16-
"san": {"b": "Smith & Son", "zz": "Alpha & Omega" }
17-
}
18-
]
19-
}
20-
}
21-
}
1+
{"unit":{"test":{"case":[{"justText":{"zz":"blah blah"}},{"attribText":{"attrib":"das","zz":"capital"}},{"spaces":{ "zz":"abc\nasdf\n a"}},{"type":"SANATISE","san":{"b":"Smith & Son","zz":"Alpha & Omega"}}]}}}

0 commit comments

Comments
 (0)