Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 273 Bytes

json-encoding.md

File metadata and controls

4 lines (2 loc) · 273 Bytes

JSON Encoding

JSON (JavaScript Object Notation) is an efficient way to describe data structures in a text document, that is easy for computers to parse as well as humans to read. The best description of JSON is from the website. http://json.org/.