diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-01 17:28:44 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:37 +0000 |
commit | fc8c9a6c7bec176299915c6adab120e1bf2ea4e9 (patch) | |
tree | 837426e53f3ec0cd06a6b7c9244c57a7c4229953 /test/fixtures/json/implicit.json | |
parent | Fix the fact I've been spelling persistence wrong this whole time (diff) | |
download | ilt-fc8c9a6c7bec176299915c6adab120e1bf2ea4e9.tar.bz2 ilt-fc8c9a6c7bec176299915c6adab120e1bf2ea4e9.tar.xz ilt-fc8c9a6c7bec176299915c6adab120e1bf2ea4e9.zip |
Lots of test cases, few minor fixes
Diffstat (limited to 'test/fixtures/json/implicit.json')
-rw-r--r-- | test/fixtures/json/implicit.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } |