CyberChef
CyberChef copied to clipboard
Feature request: YAML to JSON conversion would be useful
It would be useful to have YAML to JSON conversion, preferably in two directions i.e.,
- YAML to JSON
- JSON to YAML
Would it be possible to implement it?
This was literally the first thing I searched for on the demo site.
It's one of the conversions I use frequently für AWS Cloudformation templates
So what happened to this one?
Locally, I use yq tool to perform such conversion: https://github.com/mikefarah/yq
It would be nice if CyberChef installed locally could also provide such functionality out-of-the-box.