mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
10 lines
139 B
Bash
10 lines
139 B
Bash
mlr -n put --jknquoteint -q '
|
|
begin {
|
|
@myvar = {
|
|
1: 2,
|
|
3: { 4 : 5 },
|
|
6: { 7: { 8: 9 } }
|
|
}
|
|
}
|
|
end { dump }
|
|
'
|