Show me a better text format for serializing
Show me a better text format for serializing
Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.
And I'll show you YAML
(a continuation of this post)
You're viewing a single thread.
YAML is pretty good for readability, pretty awful for writability
19 1 ReplyInteresting, I find that the other reasonable options are far less writable than yaml
11 0 ReplyRule of thumb: valid json is valid yaml. If you're ever unsure, do it the old fashioned way.
7 0 ReplyI really don’t see how that’s true.
You’re telling me this is valid yaml?
{ firstName: “Intensely” }
How is that yaml?
1 0 ReplyDon't listen to me, put that in a yaml validator for yourself: https://yamllint.com
4 0 ReplyNo, because that's not valid json
1 2 Reply