Json versus XML comparison chart
 | Json | XML |
|---|
| Introduction (from Wikipedia) | JSON (an acronym for JavaScript Object Notation pronounced /ˈdʒeɪsən/) is a lightweight text-based open standard designed for human-readable data interchange. It is derived from the JavaScript programming language for representing simple data str |
Extensible Markup Language is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined in the XML 1. |
|---|
| Filename extension | .json |
.xml |
|---|
| Internet media type | application/json |
application/xml,, text/xml (deprecated in an expired draft) |
|---|
| Type of format | Data interchange |
Markup language |
|---|
| Extended from | JavaScript |
SGML |
|---|
| Standard(s) | RFC 4627 |
1.0 (Fifth Edition) November 26, 2008; 4 years ago, 1.1 (Second Edition) August 16, 2006; 6 years ago |
|---|
Add content for Json vs. XML or review and improve the comparison table above.