IronFlowDocs

json_parse

Parse a JSON string from context into a value.

Parameters

source_keystringrequired
Context key holding the JSON string to parse
output_keystringrequired
Context key where the parsed value will be stored

Context Output

  • {output_key} — the parsed JSON value (object, array, number, etc.)

Example

flow:step("parse_response", nodes.json_parse({
    source_key = "raw_json",
    output_key = "parsed_data"
}))

IronFlow documentation

Find the next step

Type a keyword to search the documentation.

to move · Enter to open · Esc to close