1240
AI's take on XML
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I mean, it's not wrong...
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?
Wishful thinking