JSON (JavaScript Object Notation) syntax is based on a subset of JavaScript (see also json.org).
A valid JSON expression can be one of the following data types
simple data types: String, Number, Boolean, Null
composite data types: Value, Object, Array
Simple data types
A JSON string has to ...