JSONLoomJSONLoom
Documentation

Getting Started

Quick Start

  1. Paste JSON into the Source panel.
  2. Add an operation in the Pipeline panel.
  3. Adjust config and watch Result update.
  4. 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 JSON or Invalid JSON beside 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, and Switch support nested operation chains.
  • writeResultTo allows redirecting derived values.
Best practice

Keep each operation focused and compose multiple small steps instead of one large complex config.