Enables dynamic JSON Parsing in workflows, making each JSON field easy to access.

Adds a node to workflows which allows dynamic JSON Parsing with named variables in the output. Allowing the creation of more complex workflows.

This snap-in enhances JSON processing within workflows by providing a dedicated node for transforming, querying, and parsing JSON data. It integrates jq for powerful data manipulation and automatically generates schema definitions from sample outputs, ensuring downstream nodes can easily consume the results.

Features

  • JSON Transformation — Apply powerful jq queries to filter, map, and reshape JSON payloads on the fly.
  • Dynamic Schema Generation — Automatically creates output schemas from sample JSON responses, enabling type-safe consumption in subsequent workflow steps.
  • Robust Parsing — Safely parses stringified JSON inputs into structured objects, with fallback mechanisms for invalid data.
  • Unified Processing Node — Handles raw JSON input and JQ transformations within a single, streamlined operation.

Installation

For detailed installation and configuration instructions, refer to the Better JSON Output Snap-In Documentation.