Skip to content

Home > @idealeap/pipeline > Pipeline > toJSON

Pipeline.toJSON() method

Serializes the pipeline's configuration to a JSON-friendly format.

Signature:

typescript
toJSON(): SerializablePipelineOptions;
toJSON(): SerializablePipelineOptions;

Returns:

SerializablePipelineOptions

A serializable representation of the pipeline's configuration.

Released under the MIT License.