JSON from exported views starts with parenthesis but does not close

JSON from exported views starts with parenthesis but does not close

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:
https://creatorexport.zoho.com/showJson.do?fileType=json&sharedBy=f1ps3online&appLinkName=campeonato&viewLinkName=ANUNCIOS_Json&privatelink=vfWCWZSbg48jYC4495dkZWjKqN2Pp3zyyuenyZ56KdFA6QPfExM5aJB9h1HF52vedz4ZmC70bxr1WRqGpwGG7WWNMW7m8nKCS7AD&callback=?

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