Package org.spongepowered.configurate.gson
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.configurate.gson
Configuration loader for the JSON format.
Currently, this format is implemented using the Google Gson library.
-
ClassesClassDescriptionA
ConfigurationFormat
for the GSON configuration loader.A loader for JSON-formatted configurations, using the GSON library for parsing and generation.Builds aGsonConfigurationLoader
.