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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/json/shared_ptr_null.json b/test/fixtures/json/shared_ptr_null.json
index c2461e8..8669bf2 100644
--- a/test/fixtures/json/shared_ptr_null.json
+++ b/test/fixtures/json/shared_ptr_null.json
@@ -1,8 +1,8 @@
{
- "@typeid": "SharedTestObject",
+ "p.typeid": "SharedTestObject",
"sptr": {
- "@typeid": "SubObject",
- "@id": "someid"
+ "p.typeid": "SubObject",
+ "p.id": "someid"
},
"ssptr": null
}