@[email protected] to Programmer [email protected]English • 2 years agoShow me a better text format for serializingimgur.comexternal-linkmessage-square53fedilinkarrow-up1133
arrow-up1133external-linkShow me a better text format for serializingimgur.com@[email protected] to Programmer [email protected]English • 2 years agomessage-square53fedilink
minus-square@[email protected]linkfedilink7•2 years agoRule of thumb: valid json is valid yaml. If you’re ever unsure, do it the old fashioned way.
minus-square@[email protected]linkfedilink1•2 years agoI really don’t see how that’s true. You’re telling me this is valid yaml? { firstName: “Intensely” } How is that yaml?
minus-square@[email protected]linkfedilink4•2 years agoDon’t listen to me, put that in a yaml validator for yourself: https://yamllint.com
Rule of thumb: valid json is valid yaml. If you’re ever unsure, do it the old fashioned way.
I really don’t see how that’s true.
You’re telling me this is valid yaml?
How is that yaml?
No, because that’s not valid json
Don’t listen to me, put that in a yaml validator for yourself: https://yamllint.com