miller/go/regtest/input/json-collection-0010.json
John Kerl b06c449384
Make regression tests invokable from 'go test' (#491)
* incorporate reg-test into "go test" framework
* reg-test -> regtest everywhere
* update .github/workflows/go.yml
2021-04-12 23:00:53 -04:00

12 lines
109 B
JSON

{
"x": {
"a": 1,
"b": {
"c": 3,
"d": 4,
"e": 5
},
"f": 6
},
"y": 7
}