mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* Make is_null/is_not_null DSL functions include new JSON-null type * regression-test files
37 lines
286 B
JSON
37 lines
286 B
JSON
[
|
|
{
|
|
"a": "r",
|
|
"x": 1,
|
|
"y": 2,
|
|
"z": ""
|
|
},
|
|
{
|
|
"a": "s",
|
|
"x": 3,
|
|
"y": 4,
|
|
"z": ""
|
|
},
|
|
{
|
|
"a": "t",
|
|
"x": 5,
|
|
"y": "",
|
|
"z": ""
|
|
},
|
|
{
|
|
"a": "u",
|
|
"x": "",
|
|
"y": 6
|
|
},
|
|
{
|
|
"a": "v",
|
|
"x": "",
|
|
"y": "",
|
|
"z": "null"
|
|
},
|
|
{
|
|
"a": "v",
|
|
"x": "",
|
|
"y": "",
|
|
"z": null
|
|
}
|
|
]
|