JSONator
 

About

JSONator is a light-weight java library that allows the serialization and deserialization of java objects to and from JSON.

JSONator is built to provide the basic functionality for JSON conversions with the focus on performance, ease of use, and extensibility.

Features

  • Ability to write your own JSON formats such as dates, calendars, and objects.
  • Aliasing makes the JSON a little bit more pretty.
  • Amazing performance. 2-10 times faster than many other similar solutions.
  • The api is easy to use and self-explanatory.
  • Compatible with the Javascript library JSONUtils (json.org)

Limitations

  • Developed and tested with Java 1.5. Unknown behavior with previous versions of java.
  • For deserialization, the SecurityManager must allow access to private class members through reflection. This is allowed by default and should not effect the majority of users.

News

  • 9/29/2007

    Version 0.01a is released. This is the very first public release. This version is not declared stable by any means.

Getting Started