|
|
|
|
|
by batista
5221 days ago
|
|
* In my opinion, JSON gets too much attention for what little it offers. It could become a serious alternative to XML in the distant future, but not until it has the kind of technological environment that XML enjoys.* JSON has smoked XML in the RPC/SOAP etc style uses. Including replacing the X (for XML) in AJAX. It is also the preferred format for many datastores. It does not have mature tools like the ones you describe, e.g for schema validation, transformation, etc. Then again, lots of people have found that in regards to XML, the aren't gonna need them, anyway. For other uses, still, XML is king. |
|