> For the complete documentation index, see [llms.txt](https://zurassic.gitbook.io/10x-developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zurassic.gitbook.io/10x-developer/javascript/json.md).

# JSON

Style guide: <https://google.github.io/styleguide/jsoncstyleguide.xml>

* No comments
* All property names must be surrounded by double quotes
* Property names must be camel-cased, ascii strings. They are always string.
