JSON & Data
Useful when moving machine-generated JSON configuration into a more readable YAML-based project.
Transformation steps
- 1Sort JSON keys
- 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.