Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.45 KB

javascript-object-notation-json.md

File metadata and controls

21 lines (12 loc) · 1.45 KB

JavaScript Object Notation (JSON)

Context: frontend-dev-bookmarks / Languages, Protocols, Browser APIs

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language.

frontend.directory Gitter Twitter


  • JSON-LD: JSON-LD is a lightweight Linked Data format. It is based on the already successful JSON format and provides a way to help JSON data interoperate at Web-scale.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Please provide a link back to this repository. This is not necessary for GitHub forks.