miller/go/reg-test/input/needs-sorting.json

13 lines
79 B
JSON

{
"a": 1,
"b": 2
}
{
"b": 2,
"a": 1
}
{
"c": 3,
"a": 1,
"b": 2
}