LitJSON Quickstart Guide Introduction Quick Start Mapping JSON to objects and vice versa Readers and Writers Configuring the library’s behaviour Introduction JSON is a simple, yet powerful notation to specify data. It defines simple scalar types such as boolean, number (integers and reals) and string, and a couple of data structures: arrays (lists) and objects (dictionaries). For more information