{
	"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"
}
