pcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 4 months agoThe yaml document from hellruudvanasseldonk.comexternal-linkmessage-square40fedilinkarrow-up1103arrow-down15file-text
arrow-up198arrow-down1external-linkThe yaml document from hellruudvanasseldonk.compcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 4 months agomessage-square40fedilinkfile-text
A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files
minus-squaretyler@programming.devlinkfedilinkarrow-up1·3 months agoJSON is not easier for most strings. Anything multiline for example. But yaml is a superset of JSON so you literally can use JSON and it’s still valid YAML.
JSON is not easier for most strings. Anything multiline for example.
But yaml is a superset of JSON so you literally can use JSON and it’s still valid YAML.