From fc8c9a6c7bec176299915c6adab120e1bf2ea4e9 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 May 2021 17:28:44 +0100 Subject: Lots of test cases, few minor fixes --- test/fixtures/json/implicit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/fixtures/json/implicit.json') diff --git a/test/fixtures/json/implicit.json b/test/fixtures/json/implicit.json index 03dec4b..478cec6 100644 --- a/test/fixtures/json/implicit.json +++ b/test/fixtures/json/implicit.json @@ -2,7 +2,8 @@ "@typeid": "TestObject", "flt": 1, "ptr": { - "str": "trigger" + "str": "trigger", + "bl": false }, "str": "after" } -- cgit v1.2.3