Registry / serialization / javax-json

javax-json

JSON →
library1.1.4javamavenunverified

Default provider for JSR 374 (Java API for Processing JSON), enabling parsing, generation, and querying of JSON data.

<dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.1.4</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-JSON
J
javax-json
serializationjavav1.1.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.

Json
javax.json.Json

Creates a JSON object with name and age fields and prints it.

import javax.json.Json; import javax.json.JsonObject; public class Example { public static void main(String[] args) { JsonObject json = Json.createObjectBuilder() .add("name", "John") .add("age", 30) .build(); System.out.println(json.toString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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