summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr_null.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/json/shared_ptr_null.json')
-rw-r--r--test/fixtures/json/shared_ptr_null.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/json/shared_ptr_null.json b/test/fixtures/json/shared_ptr_null.json
new file mode 100644
index 0000000..c2461e8
--- /dev/null
+++ b/test/fixtures/json/shared_ptr_null.json
@@ -0,0 +1,8 @@
+{
+ "@typeid": "SharedTestObject",
+ "sptr": {
+ "@typeid": "SubObject",
+ "@id": "someid"
+ },
+ "ssptr": null
+}