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

16 lines
109 B
JSON

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