JSONn
JSONn is a proposed extension of the JavaScript Object Notation (JSON) data-interchange format intended to address common developer needs such as comments, trailing commas, and relaxed quoting rules while retaining JSON compatibility where possible. The name evokes JSON with "n" standing for "notes" or "next," reflecting its focus on readability and minor syntactic relaxations rather than a wholesale replacement of JSON.
The core ideas behind JSONn include support for inline and block comments, optional quotes around object keys
Adoption and tooling for JSONn vary by ecosystem. Some projects and libraries offer parsers or transpilers
Criticisms of JSONn focus on fragmentation of the JSON ecosystem, potential ambiguity introduced by relaxed syntax,