miller/test/input/needs-sorting.json
2021-11-11 14:15:13 -05:00

13 lines
79 B
JSON

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