-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.json
43 lines (43 loc) · 855 Bytes
/
sample.json
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
{
"nu": null,
"b": true,
"b1": false,
"n": 2323,
"n1": 23.23,
"n2": 23.23e-6,
"s": "sstring",
"s1": "s1tring",
"s2": "s2tr\\ing\"\u849c",
"o": {
"o1": "o1string" ,
"o2": "o2string" ,
"o3": true ,
"o4": ["o4string", {
"o41": "o41string"
},
["o4nestedarray item 1" , "o4nestedarray item 1 item 2" , true, 99 , null, 90.98]
],
"o5": 98.21,
"o6": null,
"o7": {
"o71": "o71string",
"o72": ["o72string", null, false, 98, {}],
"o73": true,
"o74": 98
}
},
"a": [{
"a11": "o71string\\",
"a12": ["o72string", null, false, 98, {}],
"a13": true,
"a14": 98
},
{
"a11": "o71string",
"a12": ["o72string", null, false, 98, {}],
"a13": true,
"a14": 98
},
"astringinside", false, 99, null, 433.33e-6
]
}