elisp: implement stdio-read-json
This commit is contained in:
parent
7a504bc311
commit
8e9b157906
3 changed files with 56 additions and 4 deletions
22
elisp/json-test
Normal file
22
elisp/json-test
Normal file
|
@ -0,0 +1,22 @@
|
|||
"hello world"
|
||||
2
|
||||
{ "a": 1,
|
||||
"b": 2,
|
||||
"c": 3
|
||||
}
|
||||
|
||||
1
|
||||
|
||||
true
|
||||
|
||||
false
|
||||
|
||||
null
|
||||
|
||||
"hello"
|
||||
|
||||
[ 1, 2,
|
||||
|
||||
3,
|
||||
|
||||
4]
|
Loading…
Add table
Add a link
Reference in a new issue