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?