Hi guys,
I'm currently working on a project that uses the json-taglib-0.4.1.jar library to do some json communication between front and back end.
That library use to work fine until we migrated to Java 1.6 recently, we were compiling against 1.5 before that.
On top of not working anymore, I read it's not available in public repositories, which means we cannot let the dependency being managed by Maven2, which would be ideal.
I really have 2 questions, has anyone been successful using that library in a Java 1.6 project? Does anyone know of a good replacement library that's actually available through Maven repositories? That'd actually be my favorite solution.
Thanks.