March 2018
Beginner to intermediate
514 pages
13h 11m
English
JSON stands for JavaScript Object Notation and is a lightweight data-interchange format which is represented as a string. It is very popular in web development for receiving and posting data to different services and is also very relevant to Qlik Sense as its connectors can read data provided in a JSON format. A basic JSON structured data collection looks as follows:
{ "title": "Mastering Qlik Sense", "type": "book", "properties": { "firstName": { "description": "Martin", "type": "string" }, "lastName": { "description": "Mahler", "type": "string" }, "age": { "description": "20", "type": "integer", "minimum": 0 } },}
JSON is built on two structures:
JSON structure can then be ...
Read now
Unlock full access