Terminology
| Term | Definition |
|---|---|
| XML (Extensible Markup Language) | A metalanguage which allows users to define their own customized markup languages, especially in order to display documents on the internet. |
| JSON (JavaScript Object Notation) | A standard text-based format for representing structured data based on JavaScript object syntax, completely language independent but uses conventions that are familiar to programmers of languages such as C, C#, Java, JavaScript and others. |