concept markup-data ★ seed
JSON
JavaScript Object Notation, specified by Douglas Crockford around 2001. A lightweight data interchange format derived from JavaScript object literal syntax. The dominant format for web APIs, config files, and data serialization.
#json
#data-interchange
#web-api
#crockford
#2001