elisp: implement stdio-read-json

This commit is contained in:
Michael Volz 2025-01-25 00:55:11 +01:00
parent 7a504bc311
commit 8e9b157906
3 changed files with 56 additions and 4 deletions

22
elisp/json-test Normal file
View file

@ -0,0 +1,22 @@
"hello world"
2
{ "a": 1,
"b": 2,
"c": 3
}
1
true
false
null
"hello"
[ 1, 2,
3,
4]