mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
* incorporate reg-test into "go test" framework * reg-test -> regtest everywhere * update .github/workflows/go.yml
12 lines
92 B
JSON
12 lines
92 B
JSON
{
|
|
"a": [
|
|
1,
|
|
2,
|
|
{
|
|
"b": [3,[4,5],6]
|
|
},
|
|
6,
|
|
7
|
|
],
|
|
"b": "c"
|
|
}
|