0

I have a JSON that looks like so:

{
    "response": {
        "event": "Other",
        "time_opened": "2014-09-09 10:09:07",
        "time_updated": "2014-09-10 09:34:55",
        "name": "blablablablablabla",
        "current_status": "blablabla

blablablablablablablablablablablabla

blablablablablablablablabla

blablablablablablablablabla

"
    }
}

I get "Uncaught SyntaxError: Unexpected token" on JSON.parse. After research I couldn't figure out how to wrangle it. Sorry if duplicate, but I'm a little lost here.

1 Answers1

0

The problem was resolved with appropriate encoding server side.