Other Data Formats for Ajax
So far, we've only discussed the JSON data format. While JSON is a very common format and easy to work with in JavaScript, it is not the only data interchange format used.
- XML
- HTML
- Other, e.g. CSV, YAML, etc.
So far, we've only discussed the JSON data format. While JSON is a very common format and easy to work with in JavaScript, it is not the only data interchange format used.