{"xx": {"zz": { "yy": "YY", "aa": "AA" }}}
is this a valid json syntax? This was return from a Rest API call. I am trying to parse it using JSON.parse(...) method, but getting "Undefined Token U" error.
I am using it inside servicenow. Not sure if it is a service-now problem or json parsing error.