-
Notifications
You must be signed in to change notification settings - Fork 7
/
DodoExampleJson.output
46 lines (46 loc) · 1.52 KB
/
DodoExampleJson.output
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
{"bool": true, "string": "bar", "number": 1234.0, "array": [null, "two", ["three"]], "object": {}, "wideObject": {"key": "1111111111111111111111111111111111111111"}}
{[0;33m"bool"[0m: [0;34mtrue[0m, [0;33m"string"[0m: [0;31m"bar"[0m, [0;33m"number"[0m: [0;32m1234.0[0m, [0;33m"array"[0m: [[0;2mnull[0m, [0;31m"two"[0m, [[0;31m"three"[0m]], [0;33m"object"[0m: {}, [0;33m"wideObject"[0m: {[0;33m"key"[0m: [0;31m"1111111111111111111111111111111111111111"[0m}}
{
"bool": true,
"string": "bar",
"number": 1234.0,
"array": [null, "two", ["three"]],
"object": {},
"wideObject": {"key": "1111111111111111111111111111111111111111"}
}
{
[0;33m"bool"[0m: [0;34mtrue[0m,
[0;33m"string"[0m: [0;31m"bar"[0m,
[0;33m"number"[0m: [0;32m1234.0[0m,
[0;33m"array"[0m: [[0;2mnull[0m, [0;31m"two"[0m, [[0;31m"three"[0m]],
[0;33m"object"[0m: {},
[0;33m"wideObject"[0m: {[0;33m"key"[0m: [0;31m"1111111111111111111111111111111111111111"[0m}
}
{
"bool": true,
"string": "bar",
"number": 1234.0,
"array": [
null,
"two",
["three"]
],
"object": {},
"wideObject": {
"key": "1111111111111111111111111111111111111111"
}
}
{
[0;33m"bool"[0m: [0;34mtrue[0m,
[0;33m"string"[0m: [0;31m"bar"[0m,
[0;33m"number"[0m: [0;32m1234.0[0m,
[0;33m"array"[0m: [
[0;2mnull[0m,
[0;31m"two"[0m,
[[0;31m"three"[0m]
],
[0;33m"object"[0m: {},
[0;33m"wideObject"[0m: {
[0;33m"key"[0m: [0;31m"1111111111111111111111111111111111111111"[0m
}
}