genson


A fast & extensible Java <> Json library

Genson website has moved to http://owlike.github.io/genson/'>http://owlike.github.io/genson/ and the code is hosted on GitHub at https://github.com/owlike/genson'>https://github.com/owlike/genson##

Genson is an open-source library doing conversion from Java to Json and Json to Java. Genson targets people who want an extensible but also configurable, fast, scalable and easy to use library.


Nice features

  • Easy to use, fast, highly configurable, lightweight and all that into a single small jar!
  • Full databinding and streaming support for efficient read/write
  • Support for polymorphic types (able to deserialize to an unknown type)
  • Does not require a default no arg constructor and really passes the values not just null, encouraging immutability. It can even be used with factory methods instead of constructors!
  • Full support for generic types
  • Easy to filter/include properties without requiring the use of annotations or mixins
  • You can apply filtering or transformation logic at runtime on any bean using the BeaView mechanism
  • Genson provides a complete implementation of JSR 353
  • Starting with Genson 0.95 JAXB annotations and types are supported!
  • Automatic support for JSON in JAX-RS implementations
  • Serialization and Deserialization of maps with complex keys

And much more to come...


Download it!

Maven users <dependency> <groupId>com.owlike</groupId> <artifactId>genson</artifactId> <version>0.99</version> </dependency>

Non Maven users

All releases available here and in the download section.

Motivation

Most librairies have one of the following disadvantages : they miss of important features or have a lot of features but you can hardly add new features by yourself. Gensons initial motivation is to solve those problems by trying to come with useful features out of the box and stay as much as possible open to extension.

Goals
  • Be as much extensible as possible by allowing users to add new functionnalities in a clean and easy way. Genson applies the philosophy that "We can not think of every use case, so give to users the ability to do it by them self in a easy way".
  • Provide an easy to use API.
  • Try to be as fast and scalable or even faster than the most performant librairies.
  • Full support of Java generics.
  • Provide the ability to work with classes of which you don't have the source code.
  • Provide an efficient streaming API.
Documentation
  • Javadoc, latest version javadoc.
  • Wiki presenting everything you want to know about Genson.
  • Benchmarks comparing Genson to other well known librairies.
  • ChangeLog describing main features of each release.

Project Information

The project was created on Jun 25, 2012.

Labels:
json java convert serialize deserialize genson JavaScriptObjectNotation Mapping Library