Closed pla1 closed 9 years ago
I've updated the response in API 20141201. Can you let me know if this one particular call makes it easier to parse the JSON directly now?
The response has been updated per https://github.com/SchedulesDirect/JSON-Service/wiki/API-20141201#obtain-the-list-of-headends-in-a-postal-code
The output from this function should return a true JSON array. https://json.schedulesdirect.org/20140530/headends?country=USA&postalcode=60030
Below is a mock-up of what it could look like. This would enable transforming the output to Java POJOs using com.google.gson.Gson. See this forum post for more information.