Merge pull request #4135 from FedericoCeratto/patch-8

Add another JSON example
This commit is contained in:
Andreas Rumpf
2016-05-28 19:42:24 +02:00

View File

@@ -49,6 +49,10 @@
## "age": herAge
## }
## ]
##
## var j2 = %* {"name": "Isaac", "books": ["Robot Dreams"]}
## j2["details"] = %* {"age":35, "pi":3.1415}
## echo j2
import
hashes, tables, strutils, lexbase, streams, unicode, macros