JSON: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=External=
=External=


* The application/json Media Type for JavaScript Object Notation (JSON) https://www.ietf.org/rfc/rfc4627.txt
* The application/json Media Type for JavaScript Object Notation (JSON) https://www.ietf.org/rfc/rfc4627.txt RFC 4627
* http://json.org
* http://json.org



Revision as of 19:48, 26 September 2018

External

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. It is the preferred exchange format for JavaScript-based web applications. The MIME media type for JSON is "application/json".

Example

JSON Example

Subjects

Frameworks