Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | { |
| 2 | a : { |
| 3 | a: 12.34, |
| 4 | b: [1,2,3,4,5,6,7,8,9,0xA,0xB,0xC,0xD,0xE,0xF], |
| 5 | c: -127, |
| 6 | d: [ |
| 7 | { |
| 8 | a : [-1,2], |
| 9 | b : A, |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 10 | c : [C, B], |
| 11 | d : [0x1122334455667788, -0x1122334455667788] |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 12 | }, |
| 13 | { |
| 14 | a : [3,-4], |
| 15 | b : B, |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 16 | c : [B, A], |
| 17 | d : [-0x1122334455667788, 0x1122334455667788] |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 18 | } |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 19 | ], |
| 20 | e: 1, |
| 21 | f: [-0x8000000000000000, 0x7FFFFFFFFFFFFFFF] |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 22 | } |
| 23 | } |