{
  "nombre": "Plantilla JSON",
  "pagina": {
    "ancho": 80,
    "alto": 50
  },
  "objetos": [
    {
      "id": "txt_json",
      "nombre": "Texto JSON",
      "tipo": "TText",
      "x": 5,
      "y": 6,
      "ancho": 30,
      "alto": 8,
      "valor": "Hola JSON",
      "condicion": "VISIBLE"
    },
    {
      "id": "rect_json",
      "nombre": "Rect JSON",
      "tipo": "TRectangle",
      "x": 10,
      "y": 20,
      "ancho": 25,
      "alto": 12
    }
  ]
}
