Skip to content

Json

Json (json)

Parse text as JSON.

Transform json

Minimal example

actions:
- json: {}
JSON
{
"actions": [
{
"json": {}
}
]
}

Contents

General

General
FieldTypeRequiredDescription
descriptionstringdescribe this step.
conditionlua-expression (string)Only run this action if the specified condition is met.
Examples: 2 * count()

Input

Input
FieldTypeRequiredDescription
input-fieldfield (string)The field containing JSON expression as text.
Examples: data_field

Output

Output
FieldTypeRequiredDescription
removeboolean (bool)Remove the field containing the value.
Default: false

Warnings

Warnings
FieldTypeRequiredDescription
suppress-warningsboolean (bool)Suppress warnings generated by this action.
Default: false