JSONReader

JSON is a text format for serialized structured data. A typical use of the JSONReader 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.

Wikipedia: JSON

JSON.org