summaryrefslogtreecommitdiff
path: root/test/fixtures/json/shared_ptr_same.json
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-20 18:24:54 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-20 18:24:54 +0000
commit375652641509b75e93a284deea44f6f1be13e7b3 (patch)
treed00822fc1ac8a5605edbd6f9e7701076b9fbd4dc /test/fixtures/json/shared_ptr_same.json
parentAdd support for smooth faces (diff)
downloadilt-375652641509b75e93a284deea44f6f1be13e7b3.tar.bz2
ilt-375652641509b75e93a284deea44f6f1be13e7b3.tar.xz
ilt-375652641509b75e93a284deea44f6f1be13e7b3.zip
Swap @ prefix for p. prefix for special value names
Diffstat (limited to 'test/fixtures/json/shared_ptr_same.json')
-rw-r--r--test/fixtures/json/shared_ptr_same.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/json/shared_ptr_same.json b/test/fixtures/json/shared_ptr_same.json
index 4115493..2838e82 100644
--- a/test/fixtures/json/shared_ptr_same.json
+++ b/test/fixtures/json/shared_ptr_same.json
@@ -1,8 +1,8 @@
{
- "@typeid": "SharedTestObject",
+ "p.typeid": "SharedTestObject",
"sptr": {
- "@typeid": "SubObject",
- "@id": "someid"
+ "p.typeid": "SubObject",
+ "p.id": "someid"
},
"ssptr": "someid"
}