summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr_diff.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/json/shared_ptr_diff.json')
-rw-r--r--test/fixtures/json/shared_ptr_diff.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixtures/json/shared_ptr_diff.json b/test/fixtures/json/shared_ptr_diff.json
index bb18e33..043be4a 100644
--- a/test/fixtures/json/shared_ptr_diff.json
+++ b/test/fixtures/json/shared_ptr_diff.json
@@ -1,11 +1,11 @@
{
- "@typeid": "SharedTestObject",
+ "p.typeid": "SharedTestObject",
"sptr": {
- "@typeid": "SubObject",
- "@id": "someid"
+ "p.typeid": "SubObject",
+ "p.id": "someid"
},
"ssptr": {
- "@typeid": "SubObject",
- "@id": "some other id"
+ "p.typeid": "SubObject",
+ "p.id": "some other id"
}
}