JSON Reader
JSONReader
Section titled “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
Section titled “Properties ”JSON string
Section titled “JSON string ”A JSON formatted string.
Property map
Section titled “Property map ”If JSON and object property names are different, then create a mapping using the editor.
Output type
Section titled “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.