|
|
|
|
|
by coding123
3171 days ago
|
|
Seems like JSON should have already been overturned. It hasn't and I don't think it will. My personal belief was that XML was kicked out because it allowed this:
<books:book>
stuff here
<xsd:schema .../>
<xslt:transform .../>
</books:book> And so you couldn't just READ that, you had to have a parser that fully understood EVERYTHING going on there. JSON won't get namespaces, and therefore it will remain good. We will continue to replace what namespaces did for XML, but will keep that data in its own metadata document, outside the main document. I think that's why JSON won't be replaced as quickly as XML. Also XML didn't kill XML, webservices (ws-* standards) killed XML. |
|