source: cpp/tests/serial_test.goal @ 1015

Last change on this file since 1015 was 1009, checked in by Maciej Komosinski, 4 years ago

Added tests for most SDK demo programs

File size: 340 bytes
Line 
1DESERIALIZATION TEST
2input string = [1,2,3,null,{"x":3.4,"y":[7,77,777]},4]
3OK, consumed 39 of 39 characters
4
5Vector 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.