summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/json.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pure/json.nim b/lib/pure/json.nim
index b9da8a0dd..5a819b7d8 100644
--- a/lib/pure/json.nim
+++ b/lib/pure/json.nim
@@ -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
3:42:17 -0400 fleshed out POST handler, added remote registry list' href='/gbmor/getwtxt/commit/post.go?id=df1d1efa19aed5bc6553c7c0a0b4b7dfe20e3bd0'>df1d1ef ^
824556a ^
df1d1ef ^


824556a ^

c896e6b ^


df1d1ef ^
55c8ffa ^
824556a ^


df1d1ef ^
df1d1ef ^
824556a ^


df1d1ef ^
824556a ^



df1d1ef ^
824556a ^






df1d1ef ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64