1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 08:48:02 +03:00
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
}
}