frippa@lemmy.ml to Programmer Humor@lemmy.ml · il y a 1 anYes, I program in HTMLlemmy.mlimagemessage-square39fedilinkarrow-up1425arrow-down125
arrow-up1400arrow-down1imageYes, I program in HTMLlemmy.mlfrippa@lemmy.ml to Programmer Humor@lemmy.ml · il y a 1 anmessage-square39fedilink
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up4·il y a 1 anI think XML only makes sense if your data is heavily tree-like
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up1·edit-2il y a 1 anJSON 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-squareJoe_0237@lemmy.mllinkfedilinkarrow-up1·il y a 1 anbecause 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