JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript, as defined in the ECMAScript Programming Language Standard, Third Edition. (Internet Draft ietf-jsonbis-rfc7159bis: The JavaScript Object Notation (JSON) Data Interchange Format)

JavaScript Object Notation (JSON) is a text format for the serialization of structured data. It is derived from the object literals of JavaScript, as defined in the ECMAScript Programming Language Standard, Third Edition. JSON can represent four primitive types (strings, numbers, booleans, and null) and two structured types (objects and arrays). (RFC 8259: JavaScript Object Notation (JSON))



JSON

Return to list of all ( Media Types | Web Concepts )