JavaScript Object Notation (JSON)
JavaScript Object Notation (JSON) is a simple text-based, structured data format that's easy for humans and computers to read and write. Though JSON is based on a subset of JavaScript, virtually every modern programming language can read and write it.
JSON Resources
Deeper Knowledge on JavaScript Object Notation (JSON)
JSON Object Signing and Encryption (JOSE)
A set of technologies used to encrypt and sign content
JSON Web Tokens (JWT)
A method to represent claims based security values, defined by RFC 7519
Broader Topics Related to JavaScript Object Notation (JSON)
IETF Standards
Standards set by the IETF
JavaScript
The language of the web until WASM takes over