A fast and small JSON parser and writer for Java
Browse cluster: Cluster 188 →Minimal-json is a fast and minimal JSON parser and writer for Java that aims to be lightweight with no dependencies, a small download size under 35 kilobytes, and high performance comparable to other state-of-the-art parsers. The library provides a simple API centered around the `Json` entrypoint class for parsing JSON from strings or readers, representing JSON values through `JsonValue`, `JsonArray`, and `JsonObject` types, and creating or modifying JSON structures with fluent-style methods. Built by EclipseSource, minimal-json is fully unit tested and used in production by projects including Eclipse RAP, Hazelcast, and Box.com's Java SDK. The project is no longer actively maintained by its original author but remains available under the MIT License on Maven Central.