Registry / serialization / geronimo-jsonb-1-0-spec

geronimo-jsonb-1-0-spec

JSON →
library1.4javamavenunverified

Apache Geronimo implementation of the JSR-367 (JSON Binding) specification.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jsonb_1.0_spec</artifactId> <version>1.4</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JSONB-1-0
G
geronimo-jsonb-1-0-spec
serializationjavav1.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.

JsonbBuilder
javax.json.bind.JsonbBuilder

Serialize an object to JSON using JSON-B.

import javax.json.bind.JsonbBuilder; String json = JsonbBuilder.create().toJson(new Object());
Debug
Known issues
gotchaThis is a specification API; you need a runtime implementation like Eclipse Yasson.
fix
Add a dependency on org.eclipse:yasson or similar.
affects: *
Upgrade
Version history
1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geronimo-jsonb-1-0-spec — mvn dependency:get geronimo-jsonb-1-0-spec · libregistry