Leon Stringer

JSON

by Leon Stringer - Tuesday, 27 July 2021, 9:03 PM
 

JSON (JavaScript 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 serializable values). JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data.

» Glossary of common terms