JSONReader

JSON is a text format for serialized structured data.

A typical use of the JSONReader function is reading the data transferred to a Linx Function from a web site or service.

Properties

JSON string

A JSON formatted string.

Property map

If JSON and object property names are different, then create a mapping using the editor.

Output type

The Type that the JSON string will be deserialized to.

If selecting the List type, click on the List Type Editor to select the type of data that the List will contain, e.g. String, Boolean, etc.


Wikipedia: JSON

JSON.org