Registry / serialization / json-smart

json-smart

JSON →
library2.6.0javamavenunverified

A high-performance JSON parser and serializer for Java.

<dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · JSON-SMART
J
json-smart
serializationjavav2.6.0
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.

JSONValue
net.minidev.json.JSONValue

Parses a JSON string into a Java object.

import net.minidev.json.JSONValue; public class Example { public static void main(String[] args) { String json = "{\"name\":\"test\"}"; Object obj = JSONValue.parse(json); System.out.println(obj); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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