JSON: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=Overview= | =Overview= | ||
JSON stands for | JSON stands for JavaScript Object Notation. It is a text format for serialization of structured data. It is described by [https://www.ietf.org/rfc/rfc4627.txt RFC 4627]. It defines a small set of formatting rules for portable representation of structured data. | ||
JSON is also an ''internet media type'', a text based form that can be directly interpreted by JavaScript. |
Revision as of 16:03, 25 February 2017
External
- The application/json Media Type for JavaScript Object Notation (JSON) https://www.ietf.org/rfc/rfc4627.txt
- http://json.org
Overview
JSON stands for JavaScript Object Notation. It is a text format for serialization of structured data. It is described by RFC 4627. It defines a small set of formatting rules for portable representation of structured data.
JSON is also an internet media type, a text based form that can be directly interpreted by JavaScript.