summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/lua-placeholders/doc/lua-placeholders-example/example.json
blob: e65389b1aae125b7f314255f10cc51e6fb179b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}