@[email protected] to Programmer [email protected] • 2 years agoYes, I program in HTMLlemmy.mlimagemessage-square41fedilinkarrow-up1420
arrow-up1420imageYes, I program in HTMLlemmy.ml@[email protected] to Programmer [email protected] • 2 years agomessage-square41fedilink
minus-square@[email protected]linkfedilink4•2 years agoI think XML only makes sense if your data is heavily tree-like
minus-square@[email protected]linkfedilink1•edit-22 years agoJSON spreads out tree nodes vertically (with all the attributes), whereas in XML it’s usually one node per line, ie. more compact I suppose. This is just my very niche opinion though
minus-square@[email protected]linkfedilink1•2 years agobecause you have a thing against solutions that are both beter and easier
I think XML only makes sense if your data is heavily tree-like
In that case, why not use JSON?
JSON spreads out tree nodes vertically (with all the attributes), whereas in XML it’s usually one node per line, ie. more compact I suppose. This is just my very niche opinion though
because you have a thing against solutions that are both beter and easier