Home | History | Annotate | Download | only in tests
      1 {
      2   pos: {
      3     x: 1.0,
      4     y: 2.0,
      5     z: 3.0,
      6     test1: 3.14159265359,
      7     test2: "Green",
      8     test3: {
      9       a: 10,
     10       b: 20
     11     }
     12   },
     13   hp: 80,
     14   name: "MyMonster",
     15   inventory: [
     16     0,
     17     1,
     18     2,
     19     3,
     20     4,
     21     5,
     22     6,
     23     7,
     24     8,
     25     9
     26   ],
     27   test_type: "Monster",
     28   test: {
     29     name: "Fred"
     30   },
     31   test4: [
     32     {
     33       a: 10,
     34       b: 20
     35     },
     36     {
     37       a: 30,
     38       b: 40
     39     }
     40   ],
     41   testarrayofstring: [
     42     "bob",
     43     "fred",
     44     "bob",
     45     "fred"
     46   ],
     47   testarrayoftables: [
     48     {
     49       hp: 1000,
     50       name: "Barney"
     51     },
     52     {
     53       name: "Fred"
     54     },
     55     {
     56       name: "Wilma"
     57     }
     58   ],
     59   testbool: true,
     60   testhashs32_fnv1: -579221183,
     61   testhashu32_fnv1: 3715746113,
     62   testhashs64_fnv1: 7930699090847568257,
     63   testhashu64_fnv1: 7930699090847568257,
     64   testhashs32_fnv1a: -1904106383,
     65   testhashu32_fnv1a: 2390860913,
     66   testhashs64_fnv1a: 4898026182817603057,
     67   testhashu64_fnv1a: 4898026182817603057,
     68   flex: 1234,
     69   test5: [
     70     {
     71       a: 10,
     72       b: 20
     73     },
     74     {
     75       a: 30,
     76       b: 40
     77     }
     78   ]
     79 }
     80