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