0% developed

JSON

From Wikibooks, open books for an open world
Jump to navigation Jump to search
JSON logo
JSON logo
JSON

JSON or JavaScript Object Notation is an open-standard format for data exchange. It is used for mainly web applications to exchange data with the end-user's browser on-the-fly.

Sections[edit | edit source]

  1. Introduction
  2. Syntax
  3. Data types
  4. Parsing in JavaScript and using in your web applications
  5. Using with other languages
  6. Exercises

External links[edit | edit source]