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/arrow-up-right.

Last updated