@renzev to Programmer [email protected]English • 2 months agoAI's take on XMLimagemessage-square140arrow-up11.26Karrow-down123cross-posted to: programmerhumor
arrow-up11.24Karrow-down1imageAI's take on XML@renzev to Programmer [email protected]English • 2 months agomessage-square140cross-posted to: programmerhumor
minus-square@Serinuslink19•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.
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.
TOML or bust
yes.
Aren’t most XML parsers faster than JSON parsers anyway?