Forum Discussion
kyleabaker
12 years agoVisitor
"destruk" wrote:
You could, before parsing, do a string replace on the data, and send the result to the JSON parser.
That's a possible solution, but seems like I should be able to handle this data without processing it before JSON parsing. If all else fails I'll give that a shot.