yaml-to-json

Creates JSON text from YAML text.

YAML (https://yaml.org/) is one method of encoding data. This adaptor converts it into JSON format instead.

Arguments

Inputs:

yaml: The text containing a YAML document.

Output:

json: A JSON document derived from the YAML input.

Last updated