mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
13 lines
106 B
Plaintext
13 lines
106 B
Plaintext
|
{
|
||
|
"foo bar": null,
|
||
|
"array": [
|
||
|
1,
|
||
|
2,
|
||
|
3
|
||
|
],
|
||
|
"obj": {
|
||
|
"one": 1,
|
||
|
"two": true
|
||
|
}
|
||
|
}
|