☰
[
devbox
]
star repo
sponsor
contribute
tweaks
loading tool...
json ↔ yaml
json -> yaml
yaml -> json
sample
clear
input
{ "name": "devbox", "private": true, "tools": ["json", "yaml", "markdown"], "server": { "port": 3000, "host": "localhost" } }
output
copy
name: devbox private: true tools: - json - yaml - markdown server: port: 3000 host: localhost