mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 02:23:20 +00:00
11 lines
153 B
Text
11 lines
153 B
Text
$o = {
|
|
"a": {
|
|
"x": [1,2,3],
|
|
"y": [4,5,6],
|
|
},
|
|
"b": {
|
|
"s": [7,8,9],
|
|
"t": [9,5,1],
|
|
},
|
|
};
|
|
$z = $o["a"][[[1]]];
|