UNPKG
grunt-sort-json
Version:
latest (0.0.5)
0.0.5
0.0.3
0.0.2
0.0.1
Alphabetizing JSON files. Sort JSON files.
grunt-sort-json
/
tests
/
expect
/
file.json
9 lines
•
105 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{ "
3
":
"three"
,
"4"
: { "
a
":
"a"
,
"b"
:
"b"
}, "one":
"1"
,
"two"
:
"2"
}