frippa@lemmy.ml to Programmer Humor@lemmy.ml · há 1 anoYes, I program in HTMLlemmy.mlimagemessage-square40fedilinkarrow-up1400arrow-down125
arrow-up1375arrow-down1imageYes, I program in HTMLlemmy.mlfrippa@lemmy.ml to Programmer Humor@lemmy.ml · há 1 anomessage-square40fedilink
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up4·há 1 anoI think XML only makes sense if your data is heavily tree-like
minus-squareJoe_0237@lemmy.mllinkfedilinkarrow-up1·há 1 anobecause you have a thing against solutions that are both beter and easier
minus-squareSubArcticTundra@lemmy.mllinkfedilinkarrow-up1·edit-2há 1 anoJSON 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
I think XML only makes sense if your data is heavily tree-like
In that case, why not use JSON?
because you have a thing against solutions that are both beter and easier
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