lnav/test/textfile_json_indented.0
2015-08-18 20:58:20 -07:00

13 lines
106 B
Plaintext

{
"foo bar": null,
"array": [
1,
2,
3
],
"obj": {
"one": 1,
"two": true
}
}