DESERIALIZATION TEST input string = [1,2,3,null,{"x":3.4,"y":[7,77,777]},4] OK, consumed 39 of 39 characters Vector object: int:1 int:2 int:3 null Dictionary object: key "y" Vector object: int:7 int:77 int:777 key "x" double:3.4 int:4