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:
A serializable representation of the pipeline's configuration.