Forge
/ local toolbox
Home
Search
Home
Developer
YAML ↔ JSON
YAML ↔ JSON
Convert between YAML and JSON.
YAML → JSON
JSON → YAML
Input
name: forge list: - a - b
Output
{ "name": "forge", "list": [ "a", "b" ] }
Copy