And I’ll show you YAML

(a continuation of this post)

  • jjjalljs@ttrpg.network
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year 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.