forked from juklaaa/vulk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
42 lines (42 loc) · 990 Bytes
/
test.json
File metadata and controls
42 lines (42 loc) · 990 Bytes
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
{
"address": 1003586835696,
"class": "TestObject",
"myBool": "0",
"myFloat": "-50",
"myInt": "42",
"myTestObject": {
"address": 1003586835808,
"class": "TestObject2",
"myBool": "1",
"myFloat": "2137",
"myInt": "100",
"myObjects": [
1003586835696,
1003586835808,
{
"address": 1003586836048,
"class": "TestObject",
"myBool": "1",
"myFloat": "-50",
"myInt": "100",
"myTestObject": null,
"strBase": "I'm a test object #3"
}
],
"myTestObject": 1003586835696,
"str": "Hello World",
"strBase": "TestObject2",
"vecI": [
"1",
"2",
"3"
],
"vecS": [
"My",
"vector",
"of",
"strings!"
]
},
"strBase": "TestObject"
}