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