EmacsInteractiveJson/elisp/json-test

22 lines
No EOL
96 B
Text

"hello world"
2
{ "a": 1,
"b": 2,
"c": 3
}
1
true
false
null
"hello"
[ 1, 2,
3,
4]