summaryrefslogtreecommitdiff
path: root/test/fixtures/json/vector_ptr.json
blob: 8a07a2e1926a59d17fdafb5a78277d8cc6da2e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"vptr": [
		{
			"@typeid": "TestObject",
			"str": "type"
		},
		{
			"flt": 3.14
		},
		null,
		{}
	]
}