JSON |
XML |
JSON stands Java Script Object Notation. |
XML stands for Extensible Markup Language. |
It has been extended from JavaScript. |
It has been extended from SGML. |
It does not contain start and end tags. |
It contains start and end tags. |
It is light-weighted. |
It is not light-weighted. |
It supports arrays. |
It does not support arrays. |
It does not support comments. |
It supports comments. |
It does not have support for Namespaces. |
It supports Namespaces. |
It can be parsed by using standard java script function. |
It can be parsed with a XML parser. |
No comments:
Post a Comment