Filter YAML Records Then Convert to JSON

Filter YAML array records, then convert result to JSON.

Intermediate~3 minyamltransformconvert

Use case

Use this to extract subset of YAML data and output as structured JSON for APIs.

Workflow overview2 steps0 / 2 completed~3 min

What to expect

Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.

Filter YAML array records, then convert result to JSON.

Current focusStep 1 · YAML Filter
0% complete
Step 1yaml-tools Waiting

YAML Filter

YAML → YAML

Filter YAML records

YAML array with only records matching the filter condition.

Step 2yaml-tools Waiting

YAML to JSON Converter

YAML → JSON

Convert to JSON

Formatted JSON parsed from the YAML input.

Workflow steps

Run this workflow inline
Work through each tool step here. Running a step automatically prepares the next step with the correct handoff value.

Workflow shortcut

Next unlocked step: Step 1 · YAML Filter

Progress is stored locally in this browser.
1
Step 1Ready to runyaml-tools

YAML Filter

Filter a YAML array of records by field conditions. Supports operators: equals, not-equals, contains, gte, lte.

Open full tool

Filter input (JSON envelope)

Provide { "yaml": "...", "field": "name", "operator": "equals|not-equals|contains|gte|lte", "value": "..." }.

Filtered YAML

YAML array with only records matching the filter condition.

Run this step to process the current input and prepare the next workflow stage.

2
Step 2Lockedyaml-tools

YAML to JSON Converter

Parse YAML and convert it to formatted JSON.

Open full tool
Complete the previous step first
This step unlocks automatically after all earlier workflow steps are completed successfully.

YAML input

Paste YAML to convert to formatted JSON.

JSON output

Formatted JSON parsed from the YAML input.

Run this step to process the current input and prepare the next workflow stage.