lnav/test/textfile_json_indented.0

13 lines
106 B
Plaintext

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