Skip to content

api-evangelist/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON (json)

JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data interchange format that uses human-readable text to represent structured data as key-value pairs and arrays. JSON is standardized by RFC 8259 (December 2017), which obsoletes RFC 7159 (2014) and RFC 4627 (2006). It has become the de facto standard for data exchange in web APIs, configuration files, and NoSQL databases due to its simplicity and broad language support.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Consuming
  • Access: 3rd-Party

Tags

  • Data Format, Serialization, Web Development, JSON, RFC 8259

Timestamps

  • Created: 2025-01-01
  • Modified: 2026-04-28

APIs

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.

Human URL: https://www.json.org/

Tags

  • Data Format, Serialization, RFC 8259

Properties

Common Properties

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

JSON (JavaScript Object Notation) is a lightweight data interchange format that uses human-readable text to represent structured data as key-value pairs and arrays. It has become the de facto standard for data exchange in web APIs, configuration files, and NoSQL databases due to its simplicity and broad language support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors