• tiramichu@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 month ago

      My biggest peeve with JSON when I’m forced to use it as a configuration format is that it doesn’t have any syntactical support for comments.

      So I can’t even add any notes to the file.

      • lightnegative@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Yep this for me too. Thankfully VSCode allows comments in its settings.json / launch.json files but most programs use strict JSON which doesn’t allow comments