first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
JSON_SORT_KEYS=1
|
||||
export JSON_SORT_KEYS
|
||||
@@ -0,0 +1 @@
|
||||
{"foo": 1, "bar": 2, "baz": 3, "quux": 4}
|
||||
@@ -0,0 +1 @@
|
||||
{"bar": 2, "baz": 3, "foo": 1, "quux": 4}
|
||||
Reference in New Issue
Block a user