json specifies "any UNICODE character"?

Posted by bukzor on Stack Overflow See other posts from Stack Overflow or by bukzor
Published on 2010-05-03T16:18:25Z Indexed on 2010/05/03 16:28 UTC
Read the original article Hit count: 234

Filed under:
|
|

Maybe this is just my unfamiliarity with unicode, so please correct me if I'm mistaken.

Looking at http://json.org/, the spec says that a string can include "any UNICODE character", but this confuses me.

  • JSON is a communication format correct? At the core of it, everything must translate down to bytes.
  • In contrast, UNICODE is a logical format and must be encoded to be able to transmit it, right?

So what did they mean there?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about unicode