@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 2 months agoAI's take on XMLlemmy.worldimagemessage-square135fedilinkarrow-up11.26Karrow-down122cross-posted to: programmerhumor@lemmy.world
arrow-up11.24Karrow-down1imageAI's take on XMLlemmy.world@renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish • 2 months agomessage-square135fedilinkcross-posted to: programmerhumor@lemmy.world
minus-square@schnurrito@discuss.tchncs.delinkfedilink3•2 months agoYes and it is a good thing we don’t anymore.
minus-square@sik0fewl@lemmy.calinkfedilink16•2 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-square@0xD@infosec.publinkfedilink1•2 months agoAs a pentester, if I see XML in HTTP I start crying.
minus-squarexigoilinkEnglish1•2 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.