Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/JSON/TXR/json-2.txr
Normal file
7
Task/JSON/TXR/json-2.txr
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$ echo -n '{ "a" : { "b" : 3, "c" : [1,2,3] } }[' | ./txr -l json.txr -
|
||||
(v "O" ((("S" "a") ("O" ((("S" "b") ("N" "3")) (("S" "c") ("A" (("N" "1") ("N" "2") ("N" "3")))))))))
|
||||
(badsyntax . "[\n")
|
||||
|
||||
$ echo -n '"\u1234"' | ./txr -l json.txr -
|
||||
(v "S" "\11064")
|
||||
(badsyntax . "")
|
||||
Loading…
Add table
Add a link
Reference in a new issue