From abd7f486a0fb34320e3afae6780677cfd4ff85cc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 25 Apr 2021 19:19:28 +0100 Subject: Erring toward complete JSON loader --- test/fixtures/json/vector_ptr.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/fixtures/json/vector_ptr.json (limited to 'test/fixtures/json/vector_ptr.json') 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, + {} + ] +} -- cgit v1.2.3