This early morning I uploaded a new JJSon version (0.0.3). It resolves the first and only issue with the lib: unfortunatly I created the jar with Java 6 bytecode. Well, my newly created POM file will prevent me for errors like this in future. From nowon JJSon is a Maven 2 project. Get the new jar at JJSon’s Googlecode page.
Motivated by the 100 downloads I started to create the Annotation encoder yesterday night. Its very basic and doesn’t contain good testcases at the moment, but at first glance it works
You can serialize Java Objects into a JSon string with that stuff. Supported are the usual json types, except double (sorry, forgot that). List and Maps can be serialized too, aswell as annotated pojos.
I will add the double and some more testcases in future, then try to aim to the next release. Additionally I want to release a zip file next time, containing license stuff and maybe some docs. If you are willing to help, shout!
Background info:
JJSon is a small API for working with the Json format. There are several libs out there, but I don’t know any which are well encoded AND have no dependencies. JJSon doesn’t provide all features the other libs have, but aims to be easily extendable and definitly comes without any necessary dependencies.