users@glassfish.java.net

JSON parser in gf module

From: johan <johan_at_lodgon.com>
Date: Wed, 18 Nov 2009 17:46:43 +0100

Hi,

In a number of projects, I have to parse JSON Objects. Currently, the
Jersey implementation in gf allows for creating JSON responses, but
afaik there is no exposed JSON parser in Jersey or in any other module
that comes with the gfv3 build.
Since I think I'm not the only one parsing JSON in JavaEE projects, and
since most of the functionality is probably implemented for internal
purposes, I think it makes sense to expose JSON parsing from a GF module.

- Johan