JSONLoomJSONLoom
Documentation

Sharing

  • Pipelines are serialized and compressed into URL-safe payloads.
  • Shared links can include both pipeline and data parameters.
  • pipeline hydrates operations and data hydrates Source input when a valid payload is provided.
  • Opening a valid link loads the workspace automatically without manual import.

User Data Demo

Profile/order pipeline example with nested array transforms.

Open runnable example

E-commerce Demo

Order metrics demo with computed fields and write-result routing.

Open runnable example

Date Functions Demo

Date parse/add/diff pipeline with date-focused operations.

Open runnable example

Import/Export

  • Import and export options are available in the operations toolbar.
  • Import accepts encoded pipeline payloads, full URLs containing pipeline, serialized JSON ({ "schemaVersion": 1, "ops": [...] }), and raw ops arrays.
  • Share dialog supports copying link, copying serialized JSON, and downloading JSON.
  • Generated links preserve operation ordering and config values.