Data & configuration
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.
Share this starting point
code.study/json
- Created by
- Douglas Crockford
- First appeared
- 2001
- Official resource
- Visit the main website
Your first program
Hello, World!
{ "message": "Hello, World!" }