bad json

  1. cklester

    B4J Question Unavoidable Spaces In JSON from API Upsetting the JSONParser

    I'm getting some JSON from a website, and they apparently don't properly terminate their strings. It's causing this error: Looks like the spaces in the string values are causing issues. How can I properly parse that string into JSON, since I have no control over what I receive from the API?
Top