summaryrefslogtreecommitdiff
path: root/test/test.json
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 11:47:03 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 11:47:03 +0200
commita007b4dd156ae1eae302cd43e22186caf854069b (patch)
tree2e8d95a2d93776ce555232bbc20b6a8dd644a6b3 /test/test.json
parent116124155ce9a36b50c0b606154547fffe549e49 (diff)
downloadbidi-a007b4dd156ae1eae302cd43e22186caf854069b.tar.gz
Added JSON example via Lua script
Diffstat (limited to 'test/test.json')
-rw-r--r--test/test.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.json b/test/test.json
new file mode 100644
index 0000000..4bd3e38
--- /dev/null
+++ b/test/test.json
@@ -0,0 +1,4 @@
+{
+ "name": "Bob",
+ "numbers": [1, 3, 5, 2]
+}