And I’ll show you YAML

(a continuation of this post)

  • @[email protected]
    link
    fedilink
    30
    edit-2
    11 months ago

    Yes, but whoever decided that json can’t have trailing commas has my ire.

    { "a": 1,
      "b": 2,  <-- nope
    }
    

    There was some other pitfall I can’t remember around missing keys and undefined, too, but I can’t remember it now.