1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{ "p.typeid": "TestObject", "flt": 1, "ptr": { "p.typeid": "TestObject", "flt": 2, "ptr": { "p.typeid": "TestObject", "flt": 3, "ptr": { "p.typeid": "TestObject", "flt": 4, "ptr": null, "str": "four" }, "str": "three" }, "str": "two" }, "str": "one" }