summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json')
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json b/Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json
new file mode 100644
index 00000000000..e65389b1aae
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/lua-placeholders/lua-placeholders-example/example.json
@@ -0,0 +1,19 @@
+{
+ "bool example": true,
+ "string example": "PeelInc.",
+ "number example": 1,
+ "list example": ["Tomatoes", "Potatoes"],
+ "object example": {
+ "name": "John Doe",
+ "email": "j.doe@example.com"
+ },
+ "table example": [
+ {
+ "description": "Peeling tomatoes",
+ "price": 50.00
+ }, {
+ "description": "Peeling potatoes",
+ "price": 25.00
+ }
+ ]
+}