JSON - AshokBhat/notes GitHub Wiki

JSON

  • JavaScript Object Notation (JSON)
  • Language-independent data format.
  • Very common data format, with a diverse range of applications
  • Uses human-readable text
  • To transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value)
  • media type : application/json
  • file extension : .json.

See also