Tuesday, June 27, 2023

Collection of quotes about JSON

This post is a collection of quotes about JSON (initially released in 2001). JSON stands for JavaScript Object Notation). There are 3 quotes listed below. License: CC BY-SA 4.0

1. "JSON 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)." (Wikipedia: JSON, 6.25.23 UTC 21:37)

2. "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." (Wikipedia: JSON, 6.25.23 UTC 21:37)

3. "JSON is promoted as a low-overhead alternative to XML as both of these formats have widespread support for creation, reading, and decoding in the real-world situations where they are commonly used." (Wikipedia: JSON, 6.25.23 UTC 21:37)