Built in data types - tooltwist/xdata GitHub Wiki
XData by default contains support for several JSON and XML data formats, along with the ability to convert between these formats.
- JSON as a String
- Fast JSON
- XML as a String
- XML as a DOM object
- Fast XML
If you feel like adding support for a new data type, feel free to Fork this repository and send us a pull request. You'll find details about creating new data types [here][Adding data types].