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