diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:39:06 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-23 00:39:06 +0000 |
commit | b59ba638083122456bfeab0ff1fc7e3f3af99423 (patch) | |
tree | 7874eb95e40d7bd1d8d8d2ecd513d98dfd936704 /test/fixtures/json/conv.json | |
parent | Implement loading asset, mesh and face definitions (diff) | |
download | ilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.tar.bz2 ilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.tar.xz ilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.zip |
Support parsing string values in persistence read
Diffstat (limited to 'test/fixtures/json/conv.json')
-rw-r--r-- | test/fixtures/json/conv.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixtures/json/conv.json b/test/fixtures/json/conv.json new file mode 100644 index 0000000..1b690d5 --- /dev/null +++ b/test/fixtures/json/conv.json @@ -0,0 +1,4 @@ +{ + "bl": "true", + "flt": "3.14" +} |