Registry / serialization / ph-json

ph-json

JSON →
library9.5.5javamavenunverified

JSON reader and writer library for Java, part of the ph-commons project.

<dependency> <groupId>com.helger</groupId> <artifactId>ph-json</artifactId> <version>9.5.5</version> </dependency>
INSTALL
IMPORT
SIG · PH-JSON
P
ph-json
serializationjavav9.5.5
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.

JsonObject
com.helger.json.JsonObject

Minimal usage of ph-json to create a JSON object.

import com.helger.json.JsonObject; public class Example { public static void main(String[] args) { JsonObject obj = new JsonObject(); obj.add("key", "value"); System.out.println(obj.getAsString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
9.5.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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