summaryrefslogtreecommitdiff
path: root/test/fixtures/json/implicit.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-01 17:28:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-11-07 16:41:37 +0000
commitfc8c9a6c7bec176299915c6adab120e1bf2ea4e9 (patch)
tree837426e53f3ec0cd06a6b7c9244c57a7c4229953 /test/fixtures/json/implicit.json
parentFix the fact I've been spelling persistence wrong this whole time (diff)
downloadilt-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.json3
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"
}