> For the complete documentation index, see [llms.txt](https://developer.ivvy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ivvy.com/development-reference/json-encoding.md).

# 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/>.
