An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Argo

[![CI](https://github.com/argo-json/argo/actions/workflows/ci.yaml/badge.svg)](https://github.com/argo-json/argo/actions/workflows/ci.yaml)
[![Maven Central Version](https://img.shields.io/maven-central/v/net.sourceforge.argo/argo?label=Maven%20Central)](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
```