Json

1 revision
#11 week ago
+6
Migrated from pages table
+JSON, or JavaScript Object Notation, is a light, human-readable data interchange format. It structures information using easily understood key-value pairs and ordered lists, making it ideal for transmitting data between [Web](/wiki/Web) applications and servers. Its simplicity has made it a ubiquitous choice for modern [API](/wiki/API) communication.
+## See also
+- [Data](/wiki/Data)
+- [JavaScript](/wiki/JavaScript)
+- [XML](/wiki/XML)
... 1 more lines