This represents JSON element. A JSON element is basically a name/value pair, where the name is a string and the value can be one of null, boolean (true and false constants), number, string, array (containing zero or more elements), or object. An object can be viewed as C struct, that is a compound element containing other elements, each having name/value pair.