source:
cpp/tests/serial_test.goal
Last change on this file was 1009, checked in by , 5 years ago | |
---|---|
File size: 340 bytes |
Rev | Line | |
---|---|---|
[1009] | 1 | DESERIALIZATION TEST |
2 | input string = [1,2,3,null,{"x":3.4,"y":[7,77,777]},4] | |
3 | OK, consumed 39 of 39 characters | |
4 | ||
5 | Vector object: | |
6 | int:1 | |
7 | int:2 | |
8 | int:3 | |
9 | null | |
10 | Dictionary object: | |
11 | key "y" | |
12 | Vector object: | |
13 | int:7 | |
14 | int:77 | |
15 | int:777 | |
16 | key "x" | |
17 | double:3.4 | |
18 | int:4 | |
19 |
Note: See TracBrowser
for help on using the repository browser.