diff options
Diffstat (limited to 'test/fixtures/json/vector_ptr.json')
-rw-r--r-- | test/fixtures/json/vector_ptr.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/json/vector_ptr.json b/test/fixtures/json/vector_ptr.json new file mode 100644 index 0000000..8a07a2e --- /dev/null +++ b/test/fixtures/json/vector_ptr.json @@ -0,0 +1,13 @@ +{ + "vptr": [ + { + "@typeid": "TestObject", + "str": "type" + }, + { + "flt": 3.14 + }, + null, + {} + ] +} |