Skip to content

Repository files navigation

Fluff JSON

License: Apache 2.0

Description

A library for parsing and generating JSON data.

Usage

Gradle
repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    implementation "com.github.muscaa:fluff-json:VERSION"
}
Maven
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.github.muscaa</groupId>
        <artifactId>fluff-json</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

Replace VERSION with the latest release available on JitPack.

About

Another JSON library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages