Comment on Sanity checking an idea for editing yaml without wanting to throw my laptop out the window

<- View Parent
bionicjoey@lemmy.ca ⁨2⁩ ⁨months⁩ ago

Well in that case, I have good news. All valid JSON is also valid yaml. It’s a superset by definition. So if you really hate yaml so much you can just write your yaml files as JSON and the parser should handle it fine. Just be aware that yaml does some more agressive typecasting when quotes are omitted, so you may need to figure out which value is actually being used when converting.

source
Sort:hotnewtop