On Sep 11, 2013, at 10:16 PM, Anders Rundgren <[email protected]> wrote: > > Chrome: > JSON.parse ('{"esq":"\u000a"}'); > SyntaxError: Unexpected token
Do you mean:
JSON.parse('{"esq":"\\u000a"}');
-DW
_______________________________________________
jose mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/jose
