diff options
Diffstat (limited to 'test/fixtures/json/empty.json')
-rw-r--r-- | test/fixtures/json/empty.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/json/empty.json b/test/fixtures/json/empty.json new file mode 100644 index 0000000..a9193a3 --- /dev/null +++ b/test/fixtures/json/empty.json @@ -0,0 +1,6 @@ +{ + "@typeid": "TestObject", + "flt": 1, + "ptr": {}, + "str": "after" +} |