JSON

JSON (JavaScript Object Notation) specification and related resources. Standardized by IETF as RFC 8259 (December 2017, edited by Tim Bray) and by Ecma International as ECMA-404. Defines the grammar and syntax for objects, arrays, strings, numbers, booleans, and null values.

API entry from apis.yml

apis.yml Raw ↑
aid: json:json
name: JSON
description: JSON (JavaScript Object Notation) specification and related resources. Standardized by IETF
  as RFC 8259 (December 2017, edited by Tim Bray) and by Ecma International as ECMA-404. Defines the grammar
  and syntax for objects, arrays, strings, numbers, booleans, and null values.
humanURL: https://www.json.org/
tags:
- Data Format
- Serialization
- RFC 8259
properties:
- type: Documentation
  url: https://www.json.org/
- type: Reference
  url: https://www.rfc-editor.org/rfc/rfc8259
- type: Specification
  url: https://ecma-international.org/publications-and-standards/standards/ecma-404/