|
|
|
|
|
by deaddodo
46 days ago
|
|
The main benefit of XML over JSON is that it is structured, and can be associated with Schema's for built in validation. Obviously, that's only a benefit if you care about and utilize those features; most teams doing JSON integrations will just build those into the consumer in lieu of them being provided by the transport. But it is something that some people (especially larger enterprise organizations) value. |
|
In addition, JSON is easier to parse and to map to common data structures of programming languages.