HomeJavaModsBukkitJSON
[​IMG]
BukkitJSON

BukkitJSON is a wide, feature-extensive JSON/ GSON library which aims on simplifying loads of JSON operations, which makes dealing with JSON a piece of cake

Features

Developers
If you're a developer and would like to use BukkitJSON:

[1] Add it as a dependency to your plugin.yml:
Code (YAML):
depend : [BukkitJSON ]

Maven
:

[2] Add it to your pom.xml:

HTML:
<repositories>
    <repository>
      <id>jitpack.io </id>
      <url>https://jitpack.io </url>
    </repository>
</repositories>
...and to your dependencies:

HTML:
<dependency>
    <groupId>com.github.moltenjson </groupId>
    <artifactId>BukkitJSON </artifactId>
    <version>VERSION </version>
    <scope>provided </scope>
</dependency>

Gradle

[2] Add this to your build.gradle:

Code (Java):
repositories {
   maven { url 'https://jitpack.io' }
}
...and to your dependencies:

Code (Java):
compile 'com.github.moltenjson:BukkitJSON:VERSION'
JAR classpath
If you are not using any build system like Gradle or Maven, you can add BukkitJSON JAR to your classpath.

Download latest JAR here

Server Administrators
If you are a server owner/admin, and a plugin asked you to download BukkitJSON, simply drag and drop the latest JAR to your plugins folder, and all should be good.

Using BukkitJSON?
If your plugin uses BukkitJSON, feel free to leave a review including its name, and it will be added to this resource page!


Plugins using BukkitJSON
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

BukkitJSON is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 339 times (via Spigot). Download it and open it directly in the game.

Explore more