We have this dependency:
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>${jersey.version}</version>
</dependency>
See:
http://jersey.java.net/nonav/documentation/latest/json.htmlOn Thu, Jan 31, 2013 at 5:03 PM, Wei Tan <[email protected]> wrote: > We need to parse JSON in a coprocessor and if HBase /lib directory > contains any json processing util, we can avoid introducing additional > jars. > Thanks! > > > Best Regards, > Wei >
