JSON: Difference between revisions

From annawiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
Supersets
Supersets
#https://json5.org/ superset of JSON - "The JSON5 Data Interchange Format is a proposed extension to JSON that aims to make it easier for humans to write and maintain by hand. It does this by adding some minimal syntax features directly from ECMAScript 5.1."
#https://json5.org/ superset of JSON - "The JSON5 Data Interchange Format is a proposed extension to JSON that aims to make it easier for humans to write and maintain by hand. It does this by adding some minimal syntax features directly from ECMAScript 5.1."
##https://www.sqlite.org/json1.html#json5 "SQLite extends the JSON5 syntax in these two ways:" ...
#https://hjson.github.io/ HJSON
#https://hjson.github.io/ HJSON
#https://yaml.org/ since YAML 1.2
#https://yaml.org/ since YAML 1.2
#http://www.tyson-spec.org/
#http://www.tyson-spec.org/
#JSound
#http://www.jsound-spec.org/
#https://www.jsoniq.org/
#https://www.jsoniq.org/

Latest revision as of 2023-11-11T08:12:48

  1. https://www.json.org/
  2. https://jsonlines.org/
  3. https://json-ld.org/
    1. https://www.iana.org/assignments/media-types/application/ld+json
    2. https://www.w3.org/TR/json-ld11/

Supersets

  1. https://json5.org/ superset of JSON - "The JSON5 Data Interchange Format is a proposed extension to JSON that aims to make it easier for humans to write and maintain by hand. It does this by adding some minimal syntax features directly from ECMAScript 5.1."
    1. https://www.sqlite.org/json1.html#json5 "SQLite extends the JSON5 syntax in these two ways:" ...
  2. https://hjson.github.io/ HJSON
  3. https://yaml.org/ since YAML 1.2
  4. http://www.tyson-spec.org/
  5. http://www.jsound-spec.org/
  6. https://www.jsoniq.org/