Jsonix is a JavaScript library which provides JSON-XML interfaces that allows to marshalling and unmarshalling JSON to/from XML.
Jsonix is a JavaScript library which provides JSON-XML interfaces that allows to marshalling and unmarshalling JSON to/from XML.
Features:
- Jsonix (JSON interfaces for XML) allows to convert between XML and JSON structures.
- Jsonix can parse XML into JSON (this process is called unmarshalling) or serialize JSON in XML form (this is called marshalling).
- These conversions are based on simple XML/JSON mappings which can be written manually or generated from an XML-Schema.
Advantages:
- Strongly structured.
- Type-safe.
- (Optionally) XML Schema-driven.
The project Home Page: https://github.com/highsource/jsonix/