mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
12 lines
166 B
Text
12 lines
166 B
Text
$x = arrayify({
|
|
"1": {
|
|
"1": "a",
|
|
"2": "b",
|
|
"3": "c",
|
|
},
|
|
"2": {
|
|
"1": "d",
|
|
"2": "e",
|
|
"3": "f",
|
|
}
|
|
})
|