|
|
|
|
|
by hedora
2656 days ago
|
|
> XMPP is basing on XML where parsing is order of magniture more complex than JSON The last time I heard, there weren’t two JSON parsers that actually accepted the same language, so I’m not sure there’s an existence proof to back this statement up. :-) XML is more complicated, but if we want to compare apples to apples, it’s only due to the white space sensitivity. (dtd, schema, etc don’t have analogous technologies in the json world, and at least xpath is a standard, unlike jq). |
|