2014-01-28 00:52:49 +00:00
|
|
|
{
|
|
|
|
pos: {
|
|
|
|
x: 1,
|
2016-03-08 01:22:51 +00:00
|
|
|
y: "2",
|
2014-01-28 00:52:49 +00:00
|
|
|
z: 3,
|
|
|
|
test1: 3,
|
2014-09-23 18:55:42 +00:00
|
|
|
test2: Green,
|
2014-01-28 00:52:49 +00:00
|
|
|
test3: {
|
|
|
|
a: 5,
|
|
|
|
b: 6
|
|
|
|
}
|
|
|
|
},
|
|
|
|
hp: 80,
|
|
|
|
name: "MyMonster",
|
|
|
|
inventory: [
|
|
|
|
0,
|
|
|
|
1,
|
|
|
|
2,
|
|
|
|
3,
|
|
|
|
4
|
|
|
|
],
|
2017-08-01 15:34:00 +00:00
|
|
|
vector_of_longs: [
|
|
|
|
1,
|
|
|
|
100,
|
|
|
|
10000,
|
|
|
|
1000000,
|
|
|
|
100000000
|
|
|
|
],
|
|
|
|
vector_of_doubles: [
|
|
|
|
-1.7976931348623157e+308,
|
|
|
|
0,
|
|
|
|
1.7976931348623157e+308
|
|
|
|
],
|
2014-07-15 00:49:04 +00:00
|
|
|
test_type: Monster,
|
2014-01-28 00:52:49 +00:00
|
|
|
test: {
|
2016-01-08 23:18:51 +00:00
|
|
|
name: "Fred",
|
|
|
|
pos: null
|
2014-01-28 00:52:49 +00:00
|
|
|
},
|
|
|
|
test4: [
|
|
|
|
{
|
|
|
|
a: 10,
|
|
|
|
b: 20
|
|
|
|
},
|
|
|
|
{
|
2016-03-08 01:22:51 +00:00
|
|
|
b: "40",
|
2015-09-28 22:02:41 +00:00
|
|
|
a: 30
|
2014-01-28 00:52:49 +00:00
|
|
|
}
|
2014-09-04 23:31:44 +00:00
|
|
|
],
|
2017-07-24 21:11:59 +00:00
|
|
|
test5: [
|
|
|
|
{
|
|
|
|
a: 10,
|
|
|
|
b: 20
|
|
|
|
},
|
|
|
|
{
|
|
|
|
b: "40",
|
|
|
|
a: 30
|
|
|
|
}
|
|
|
|
],
|
2014-09-04 23:31:44 +00:00
|
|
|
testarrayofstring: [
|
|
|
|
"test1",
|
|
|
|
"test2"
|
2015-02-13 23:58:29 +00:00
|
|
|
],
|
2015-12-24 06:35:28 +00:00
|
|
|
enemy: {
|
|
|
|
name: "Fred"
|
|
|
|
},
|
2015-08-16 07:34:56 +00:00
|
|
|
testarrayofbools:[
|
|
|
|
true, false, true
|
|
|
|
],
|
2015-02-13 23:58:29 +00:00
|
|
|
testhashs32_fnv1: "This string is being hashed!",
|
|
|
|
testhashu32_fnv1: "This string is being hashed!",
|
|
|
|
testhashs64_fnv1: "This string is being hashed!",
|
|
|
|
testhashu64_fnv1: "This string is being hashed!",
|
|
|
|
testhashs32_fnv1a: "This string is being hashed!",
|
|
|
|
testhashu32_fnv1a: "This string is being hashed!",
|
|
|
|
testhashs64_fnv1a: "This string is being hashed!",
|
|
|
|
testhashu64_fnv1a: "This string is being hashed!",
|
2014-01-28 00:52:49 +00:00
|
|
|
}
|