flash
man
Search
Ctrl K
All tools
← All tools
YAML-JSON
yaml • json • convert
Input
YAML → JSON
JSON → YAML
a: 1 b: true
Output
Copy
{ "a": 1, "b": true }