Hi all,
I have a problem consuming my exported views because JSON data starts with a parenthesis but does not close and
causes "SyntaxError: missing ) in parenthetical".
My following URL:
Returns:
({
"ANUNCIOS": [{
"ANCHO": "",
"SECCION": "TODOS",
"FECHA": "",
"ASPECTO": "INFO",
"FIN": "13-Feb-2019 17:54:12",
"CONTENIDO": "",
"IDYOUTUBE": "",
"URL": "",
"MENSAJEFINAL": "",
"ESTADO": "Activado",
"VISIBILIDAD": "*",
"TIPO": "TEXTO",
"PRIORIDAD": "3",
"ALTO": "",
"INLINE": false,
"INICIO": "06-Feb-2019 17:54:12",
"TITULO": "PRUEBA",
"ID": 212031000024022003
}]
}
Can you help me, please.
Thank you,
David