Thursday, April 28, 2011

Jsonix 1.0 is released

I am glad to announce the first release of, Jsonix.

Jsonix (JSON interfaces for XML) is a JavaScript library which allows you to convert between XML and JSON structures. Jsonix is essentially a JavaScript analog of JAXB.

With Jsonix you 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.

Project website:

Downloads:

Download features:

  • Scripts
  • Schema compiler
  • Sample projects (batch/command line, Ant, Maven)
  • Demo projects

User guide:

Mailing lists: