diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-05-01 18:29:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-07 16:41:37 +0000 |
commit | 9923219ce7e1f791b079ecaf21cb20d0938f8d6a (patch) | |
tree | b1bacec57623c81f19d361a23a4d6287b802199c /test/fixtures/json | |
parent | Lots of test cases, few minor fixes (diff) | |
download | ilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.tar.bz2 ilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.tar.xz ilt-9923219ce7e1f791b079ecaf21cb20d0938f8d6a.zip |
Common implementation for shared and unique pointers
Diffstat (limited to 'test/fixtures/json')
-rw-r--r-- | test/fixtures/json/shared_ptr3.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/json/shared_ptr3.json b/test/fixtures/json/shared_ptr3.json new file mode 100644 index 0000000..69f5e85 --- /dev/null +++ b/test/fixtures/json/shared_ptr3.json @@ -0,0 +1,8 @@ +{ + "@typeid": "SharedTestObject", + "sptr": { + "@typeid": "SubObject", + "@id": "someid" + }, + "ssptr": {} +} |