https://github.com/argo-json/argo
A fast and simple JSON parser and generator for Java.
https://github.com/argo-json/argo
java json rfc-8529
Last synced: 3 months ago
JSON representation
A fast and simple JSON parser and generator for Java.
- Host: GitHub
- URL: https://github.com/argo-json/argo
- Owner: argo-json
- License: apache-2.0
- Created: 2024-02-08T19:41:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T20:44:48.000Z (4 months ago)
- Last Synced: 2026-03-13T02:51:15.965Z (4 months ago)
- Topics: java, json, rfc-8529
- Language: Java
- Homepage: https://argo.sourceforge.net
- Size: 16 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Argo
[](https://github.com/argo-json/argo/actions/workflows/ci.yaml)
[](https://central.sonatype.com/artifact/net.sourceforge.argo/argo)
Argo is a free, open source JSON parsing and generating library for Java.
Argo is compliant with [RFC 8259](https://datatracker.ietf.org/doc/html/rfc8259). It works with Java 5 onwards, and includes JPMS module information for Java 9
onwards. Argo has no dependencies. It’s licensed under the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
## Download
Argo is published on [Maven Central](https://central.sonatype.com/artifact/net.sourceforge.argo/argo).
## Documentation
See https://argo.sourceforge.net/.
## Build
Build infrastructure requires a JDK ≥ 11 on the path.
```shell
./gradlew build
```