{
  "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
    }
  ]
}
