diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 11:47:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 11:47:03 +0200 |
| commit | a007b4dd156ae1eae302cd43e22186caf854069b (patch) | |
| tree | 2e8d95a2d93776ce555232bbc20b6a8dd644a6b3 /test/test.json | |
| parent | 116124155ce9a36b50c0b606154547fffe549e49 (diff) | |
| download | bidi-a007b4dd156ae1eae302cd43e22186caf854069b.tar.gz | |
Added JSON example via Lua script
Diffstat (limited to 'test/test.json')
| -rw-r--r-- | test/test.json | 4 |
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] +} |
