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
/
template
/
file.json
9 lines
•
105 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{ "two":
"2"
,
"one"
:
"1"
,
"3"
:
"three"
,
"4"
: { "
b
":
"b"
,
"a"
:
"a"
} }