On 2013-09-12 07:28, David Waite wrote:
> 
> 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"}');


Thank you David,
I was obviously confused :-)

So \u000a will be treated as \n during input but be normalized to \n in output 
and during canonicalzation.

Anders

> 
> -DW
> 

_______________________________________________
jose mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/jose

Reply via email to