Last change
on this file since 1288 was
1009,
checked in by Maciej Komosinski, 4 years ago
|
Added tests for most SDK demo programs
|
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.