renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agoAI's take on XMLlemmy.worldimagemessage-square132fedilinkarrow-up11.26Karrow-down123cross-posted to: [email protected]
arrow-up11.23Karrow-down1imageAI's take on XMLlemmy.worldrenzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square132fedilinkcross-posted to: [email protected]
minus-squareSerinus@lemmy.worldlinkfedilinkarrow-up21arrow-down2·2 months agoDisagree. I prefer XML for config files where the efficiency of disk size doesn’t matter at all. Layers of XML are much easier to read than layers of Json. Json is generally better where efficiency matters.
minus-squareMatriks404@lemmy.worldlinkfedilinkarrow-up4·2 months agoAren’t most XML parsers faster than JSON parsers anyway?
Disagree. I prefer XML for config files where the efficiency of disk size doesn’t matter at all. Layers of XML are much easier to read than layers of Json. Json is generally better where efficiency matters.
Aren’t most XML parsers faster than JSON parsers anyway?
TOML or bust
yes.