JSON to YAML configuration

All workflow recipes

JSON & Data

Useful when moving machine-generated JSON configuration into a more readable YAML-based project.

Transformation steps

  1. 1Sort JSON keys
  2. 2JSON → YAML

Example input

{"version":2,"name":"PlainUtils","enabled":true}

Expected output

enabled: true
name: PlainUtils
version: 2

Local and private: this recipe runs entirely in your browser. Opening it transfers the example input through local storage on this device; copied recipe links contain the workflow definition only.

Related recipes