• Arghblarg@lemmy.ca
    link
    fedilink
    arrow-up
    42
    ·
    8 months ago

    How does one address the paradox that, as JSON itself is evil, one cannot use it for evil?

    (opinions may vary on the above; but it’s mine, so nyah nyah.)

      • ryathal@sh.itjust.works
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        8 months ago

        XML is ok for complex docs where you have a detailed structure and relationships. JSON is good for simple objects. YAML is good for being something to switch to for the illusion of progress.

      • DreamlandLividity@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        8 months ago

        Idk, I never used the weird advanced features of YAML, but the basics seems really nice for stuff you want people, especially non programmers, to edit. I generally default to YAML for config files.