On Tue, Apr 14, 2009 at 00:39, Chris Anderson <jch...@apache.org> wrote:
> Any thoughts on how best to do this? Should utf8 be the default, or \uXXXX?

Since RFC 4627 says JSON SHALL be encoded in Unicode, and the default
as specified in the RFC is UTF-8, I think utf8 as the default is
better option here. Maybe it could be switchable based on Accept:
application/json;charset=ascii in the request.

Cheers,

Dirkjan

Reply via email to