json: Difference between revisions
Jump to navigation
Jump to search
(I think it is safe to say we don’t want to link codebeautify without good new reason. Undo revision 66620 by Jamesmalvi (Talk)) |
|||
Line 6: | Line 6: | ||
== current microformats support == | == current microformats support == | ||
[[microformats2]] has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages. | [[microformats2]] has a canonical JSON representation that is produced by numerous microformats2 parsers across various languages. | ||
Positive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include ... http://www.ahlinyapenyakitmata.web.id/cara-mengobati-rabun-jauh-secara-alami-dan-cepat/ | |||
== brainstorming == | == brainstorming == |
Revision as of 07:54, 28 December 2017
This article is a stub. You can help the microformats.org wiki by expanding it. <entry-title>JSON</entry-title>
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. Positive site, where did u come up with the information on this posting? I'm pleased I discovered it though, ill be checking back soon to find out what additional posts you include ... http://www.ahlinyapenyakitmata.web.id/cara-mengobati-rabun-jauh-secara-alami-dan-cepat/
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