Registry / web-framework / jersey-json

jersey-json

JSON →
library1.19.4javamavenunverified

JAX-RS reference implementation for building RESTful web services with JSON support.

<dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-json</artifactId> <version>1.19.4</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-JSON
J
jersey-json
web-frameworkjavav1.19.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSONConfiguration
com.sun.jersey.api.json.JSONConfiguration

Configure JSON serialization with Jersey

import com.sun.jersey.api.json.JSONConfiguration; import com.sun.jersey.api.json.JSONJAXBContext; JSONConfiguration config = JSONConfiguration.natural().build(); JSONJAXBContext context = new JSONJAXBContext(config, MyClass.class);
Debug
Known issues
breakingJersey 1.x is outdated; consider migrating to Jersey 2.x or another JAX-RS implementation.
fix
Upgrade to org.glassfish.jersey:jersey-json or use a different JAX-RS provider.
affects: <=1.19.4
Upgrade
Version history
1.19.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jersey-json — mvn dependency:get jersey-json · libregistry