summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-23 00:39:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-23 00:39:06 +0000
commitb59ba638083122456bfeab0ff1fc7e3f3af99423 (patch)
tree7874eb95e40d7bd1d8d8d2ecd513d98dfd936704 /test/fixtures
parentImplement loading asset, mesh and face definitions (diff)
downloadilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.tar.bz2
ilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.tar.xz
ilt-b59ba638083122456bfeab0ff1fc7e3f3af99423.zip
Support parsing string values in persistence read
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/json/conv.json4
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"
+}