And I'll show you YAML

(a continuation of this post)

you are viewing a single comment's thread
view the rest of the comments
[–] 18 points 2 years ago (2 children)

YAML is pretty good for readability, pretty awful for writability

  • source
  • hideshow 4 child comments
  • [–] 7 points 2 years ago (1 child)

    Rule of thumb: valid json is valid yaml. If you're ever unsure, do it the old fashioned way.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (2 children)

    I really don’t see how that’s true.

    You’re telling me this is valid yaml?

    { firstName: “Intensely” }

    How is that yaml?

  • source
  • parent
  • hideshow 4 child comments