JSON

JSON

JSON Manipulation and Processing

Triggers & Actions

Use JSON as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Parse JSON

    Parse a JSON string into a PHP array or object

  • Stringify JSON

    Convert PHP data into a JSON string

  • Extract JSON Value

    Extract a specific value from JSON data using dot notation path

  • Merge JSON Objects

    Merge two JSON objects or arrays efficiently