JSON

Revision as of 04:30, 22 April 2022 by Todd Price (talk | contribs) (Created page with "JSON (Java Script Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JSON (Java Script Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serialisable values).

It is a common data format with a diverse range of functionality in data interchange including communication of web applications with servers.

It is a language independent notation and many modern day programming languages have the capabilities to interpret the format.