Getting Started
Quick Start
- Paste JSON into the Source panel.
- Add an operation in the Pipeline panel.
- Adjust config and watch Result update.
- Copy/share/export your pipeline once output is correct.
Source Format
- JSON parsing is supported at input level.
- Result view always shows normalized JSON.
- Source header shows
Valid JSONorInvalid JSONbeside payload size. - Source input is limited to 5 MB; larger payloads are rejected with an explicit source error.
- Parse failures stop pipeline execution and surface parser errors.
Pipeline Runtime
- Operations execute top-to-bottom.
- Disabled operations are skipped but retained in the pipeline.
- Use undo/redo in the operations toolbar to move through pipeline edit history.
- Reorder steps with drag-and-drop on desktop or move up/down actions on mobile.
- Toggle per-operation result view to inspect intermediate output and isolate failing steps.
MapArray,If, andSwitchsupport nested operation chains.writeResultToallows redirecting derived values.
Best practice
Keep each operation focused and compose multiple small steps instead of one large complex config.