Skip to content

Commit d371781

Browse files
add serialize_document.json
1 parent 7acc75e commit d371781

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"null": null,
3+
"true": true,
4+
"pos_int": 1,
5+
"false": false,
6+
"map": {
7+
"array": [
8+
{
9+
"pos_int": 1,
10+
"float": 0.30000000000000004,
11+
"neg_int": -1,
12+
"hello": "world",
13+
"false": false,
14+
"true": true
15+
},
16+
"hello-world",
17+
true,
18+
false
19+
],
20+
"pos_int": 1,
21+
"float": 0.30000000000000004,
22+
"neg_int": -1,
23+
"hello": "world",
24+
"false": false,
25+
"true": true
26+
},
27+
"float": 0.30000000000000004,
28+
"neg_int": -1,
29+
"hello": "world",
30+
"array": [
31+
{
32+
"pos_int": 1,
33+
"float": 0.30000000000000004,
34+
"neg_int": -1,
35+
"hello": "world",
36+
"false": false,
37+
"true": true
38+
},
39+
"hello-world",
40+
true,
41+
false
42+
]
43+
}

0 commit comments

Comments
 (0)