diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-20 18:24:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-20 18:24:54 +0000 |
commit | 375652641509b75e93a284deea44f6f1be13e7b3 (patch) | |
tree | d00822fc1ac8a5605edbd6f9e7701076b9fbd4dc /test/fixtures/json/nested.json | |
parent | Add support for smooth faces (diff) | |
download | ilt-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/nested.json')
-rw-r--r-- | test/fixtures/json/nested.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fixtures/json/nested.json b/test/fixtures/json/nested.json index 98951fc..1e271e3 100644 --- a/test/fixtures/json/nested.json +++ b/test/fixtures/json/nested.json @@ -1,14 +1,14 @@ { - "@typeid": "TestObject", + "p.typeid": "TestObject", "flt": 1, "ptr": { - "@typeid": "TestObject", + "p.typeid": "TestObject", "flt": 2, "ptr": { - "@typeid": "TestObject", + "p.typeid": "TestObject", "flt": 3, "ptr": { - "@typeid": "TestObject", + "p.typeid": "TestObject", "flt": 4, "ptr": null, "str": "four" |