On 2020-07-13, at 17:19, Tom Jones <[email protected]> wrote: > > What, exactly is json encoding?
JSON is defined in RFC 8259. The term “encoding” is ambiguous here, it could be used for the encoding of a JSON text (which employs UTF-8) or the representation of an application data model using the JSON generic data model. > It sounds like a python or java method. Many languages and platforms support JSON. > Afaik json can be encoded in utf 8 16 or 32. Early definitions of JSON said so, even though that practically never happened in interchange. RFC 8259 supports UTF-8 encoding only. Grüße, Carsten _______________________________________________ OAuth mailing list [email protected] https://www.ietf.org/mailman/listinfo/oauth
