renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 months agoAI's take on XMLlemmy.worldimagemessage-square135fedilinkarrow-up11.26Karrow-down122cross-posted to: programmerhumor@lemmy.world
arrow-up11.24Karrow-down1imageAI's take on XMLlemmy.worldrenzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 5 months agomessage-square135fedilinkcross-posted to: programmerhumor@lemmy.world
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up9arrow-down6·5 months agoYes and it is a good thing we don’t anymore.
minus-squaresik0fewl@lemmy.calinkfedilinkarrow-up17arrow-down1·5 months agoWhy? JSON hasn’t given us anything XML hasn’t, except maybe a bit of terseness. I do agree SOAP is a bit over engineered, though, but that’s not the fault of XML.
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up5·5 months agoXML is much more annoying to read/write by hand
minus-square0xD@infosec.publinkfedilinkarrow-up2arrow-down1·5 months agoAs a pentester, if I see XML in HTTP I start crying.
minus-squarexigoilinkfedilinkEnglisharrow-up1·5 months agoA big advantage of JSON over YAML is that it can be parsed directly into common data structures (arrays, objects, tables) in a natural way.
Yes and it is a good thing we don’t anymore.
Why? JSON hasn’t given us anything XML hasn’t, except maybe a bit of terseness.
I do agree SOAP is a bit over engineered, though, but that’s not the fault of XML.
XML is much more annoying to read/write by hand
As a pentester, if I see XML in HTTP I start crying.
A big advantage of JSON over YAML is that it can be parsed directly into common data structures (arrays, objects, tables) in a natural way.