Class JSONDialect.JsonFile
java.lang.Object
xyz.srnyx.annoyingapi.storage.dialects.JSONDialect.JsonFile
- Enclosing class:
JSONDialect
A wrapper for a JSON file with utility methods
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull com.google.gson.JsonObjectThe JSON object containing the data -
Method Summary
-
Field Details
-
json
@NotNull public final @NotNull com.google.gson.JsonObject jsonThe JSON object containing the data
-