YAML parse transform action
Use case
An API has returned a YAML formatted string and you would like to convert it to a JSON object.
Overview
Parses a YAML string and returns the resulting data structure in JSON.
Parameters
Parameter
Description
Required
YAML Input
The YAML string to parse.
Usage
Results output
Last updated
Was this helpful?

