JSONStandard
JSONStandard is a formal specification for JSON data interchange intended to improve interoperability across software components. It defines a canonical serialization form, a data model, and a schema language designed to complement established JSON standards such as RFC 8259 and ECMA-404.
Key features of JSONStandard include a deterministic object member order for canonical encoding, defined rules for
As of this writing, JSONStandard remains in the draft stage, with reference implementations in several languages
Relation to existing standards: JSONStandard does not replace RFC 8259 or ECMA-404; instead it offers optional
History and governance: The JSONStandard initiative was launched by a consortium of industry and open-source participants