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/implicit.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/fixtures/json/implicit.json (limited to 'test/fixtures/json/implicit.json') diff --git a/test/fixtures/json/implicit.json b/test/fixtures/json/implicit.json new file mode 100644 index 0000000..03dec4b --- /dev/null +++ b/test/fixtures/json/implicit.json @@ -0,0 +1,8 @@ +{ + "@typeid": "TestObject", + "flt": 1, + "ptr": { + "str": "trigger" + }, + "str": "after" +} -- cgit v1.2.3