mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
13 lines
79 B
JSON
13 lines
79 B
JSON
{
|
|
"a": 1,
|
|
"b": 2
|
|
}
|
|
{
|
|
"b": 2,
|
|
"a": 1
|
|
}
|
|
{
|
|
"c": 3,
|
|
"a": 1,
|
|
"b": 2
|
|
}
|