json: Difference between revisions
Jump to navigation
Jump to search
(json moved to old-json-serializations: Now out of date and obsoleted by canonical JSON as defined in microformats2) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | |||
{{DISPLAYTITLE:JSON}} | |||
<dfn>JSON</dfn> is JavaScript Object Notation (RFC 4627), a popular data format for APIs. | |||
== current microformats support == | |||
[[microformats2]] has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages. | |||
== brainstorming == | |||
* [[jf2]] - a simplified more minimal mf2 JSON representation | |||
== tools == | |||
* http://jsonlint.com/ - use JSON Lint to check any JSON examples for/in the wiki. | |||
* https://jsonformatter-online.com/ - JSON formatter - Tool to edit, format, and validate JSON. | |||
== previous work == | |||
* [[old-json-serializations]] | |||
== see also == | |||
* [http://www.json.org www.json.org]: the original specification, documentation, and list of implementations for many different programming languages. | |||
* RFC 4627, current formal JSON specification. | |||
* [http://en.wikipedia.org/wiki/JSON JSON on Wikipedia] |
Latest revision as of 16:28, 18 July 2020
This article is a stub. You can help the microformats.org wiki by expanding it.
JSON is JavaScript Object Notation (RFC 4627), a popular data format for APIs.
current microformats support
microformats2 has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages.
brainstorming
- jf2 - a simplified more minimal mf2 JSON representation
tools
- http://jsonlint.com/ - use JSON Lint to check any JSON examples for/in the wiki.
- https://jsonformatter-online.com/ - JSON formatter - Tool to edit, format, and validate JSON.
previous work
see also
- www.json.org: the original specification, documentation, and list of implementations for many different programming languages.
- RFC 4627, current formal JSON specification.
- JSON on Wikipedia