• towerful
      link
      fedilink
      arrow-up
      3
      ·
      13 hours ago

      XML is extremely verbose.
      Again, requires some other tooling to generate (I feel I can point to JavaScript for an example of XML manipulation)

      • JackbyDev
        link
        fedilink
        English
        arrow-up
        1
        ·
        44 minutes ago

        What’s funny is that if you use attributes a lot then XML can be about the same size as JSON. But people think there are things you should and shouldn’t use attributes for for some reason. The only thing XML has going for it is a really nice schema format, but even today that’s pretty moot. JSON schema and others are pretty well supported.

      • lud@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        6 hours ago

        Yeah, reading XML without rendering it or at least with syntax highlighting is a pain.

        JSON is way nicer.