Network JSON String Parser

Parses a JSON string and explode the fields values into outlets.

For example the JSON string {name: "John", age: 31, city: "New York"} will be exploded into:

Settings

json string

Input JSON string to parse.

clear

Resets the module and clears outlets.

re-parse

Re-parses the actual string.

auto learn

When ON, new incoming JSON strings are parsed and new outlets are created if new fields are received. When OFF no new outlets are created.

received

Sends 1 when a new JSON string is received.

See also

version 6.0.240115

Edit All Pages