summaryrefslogtreecommitdiff
path: root/test/fixtures/json/load_object.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/json/load_object.json')
-rw-r--r--test/fixtures/json/load_object.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/json/load_object.json b/test/fixtures/json/load_object.json
index bb32298..c622885 100644
--- a/test/fixtures/json/load_object.json
+++ b/test/fixtures/json/load_object.json
@@ -1,5 +1,5 @@
{
- "@typeid": "TestObject",
+ "p.typeid": "TestObject",
"flt": 3.14,
"str": "Lovely string",
"bl": true,
@@ -48,7 +48,7 @@
[]
],
"ptr": {
- "@typeid": "TestObject",
+ "p.typeid": "TestObject",
"flt": 3.14,
"str": "Lovely string"
}