A collection of utilities involving data files.
A simple JSON, JSONC, and JSON5 reader and writer, modeled after GSON's JsonReader and JsonWriter interface. Requires Java 8.
dependencies {
implementation("org.quiltmc.parsers:json:0.1.0")
}
An adapter of the JSON module to GSON, allowing parsers JsonReader/Writer objects to be used with methods in the Gson
class.
Requires Java 11.
dependencies {
implementation("org.quiltmc.parsers:gson:0.1.0") // pulls in correct versions of parsers-json and gson
}
Probably! Feel free to open an issue or submit a PR!