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