diff options
Diffstat (limited to 'test/fixtures/json/implicit.json')
-rw-r--r-- | test/fixtures/json/implicit.json | 8 |
1 files changed, 8 insertions, 0 deletions
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" +} |