JSON Reader
Last updated
Last updated
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.
A JSON formatted string.
If JSON and object property names are different, then create a mapping using the editor.
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.