mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"a": 1,
|
|
"b": {"s": {"w": 2, "x": 3}, "t": {"y": 4, "z": 5}}
|
|
}
|
|
{
|
|
"a": 6,
|
|
"b": {"s": {"w": 7, "x": 8}, "t": {"y": 9, "z": 10}}
|
|
}
|