codeandoxalapa / Recoleccion-Basura

API para el servicio de Limpia Pública del Municipio de Xalapa, Veracruz.
MIT License
1 stars 3 forks source link

The json for /gruposVehiculo/{id}/ultimasPosicionesVehiculos is not JSON #3

Closed categulario closed 8 years ago

categulario commented 8 years ago

the first bytes of the response look like this:

{'Page': 0, 'PageSize': 0, 'HasMoreResults': False, 'Items': ...

and goes like this, but it does not meet the JSON specification: keys and string values should be surrounded by double quotes, true and false should be true and false (no capital letter).

It looks like the content comes that way from us.mzoneweb.net...

CarlosArturoMe commented 8 years ago

Closing this too, the answer looks right