Otter@lemmy.ca to Programming@programming.devEnglish · edit-21 month agoWhen Your Last Name Is Null, Nothing Workswww.wsj.comexternal-linkmessage-square34fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkWhen Your Last Name Is Null, Nothing Workswww.wsj.comOtter@lemmy.ca to Programming@programming.devEnglish · edit-21 month agomessage-square34fedilinkfile-text
minus-squareFonzie!@ttrpg.networklinkfedilinkarrow-up0·1 month agoXML can validate itself and there’s the self-documenting WSDL; so while it has more overhead and an ugly syntax it can make for a more stable and earlier to understand API for your API’s consumers.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up0·1 month agoThis point is always stated about XML as if it were the most important part of choosing XML. But jsonschema exists. It has the same capability.
XML can validate itself and there’s the self-documenting WSDL; so while it has more overhead and an ugly syntax it can make for a more stable and earlier to understand API for your API’s consumers.
This point is always stated about XML as if it were the most important part of choosing XML.
But jsonschema exists. It has the same capability.