Class JsonUtils
java.lang.Object
io.github.thebusybiscuit.slimefun4.utils.JsonUtils
Some helper methods for dealing with Json data.
- Author:
- TheBusyBiscuit
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.gson.JsonElement
parseString
(String json) Little helper method to provideJsonParser
functionality across different versions of Gson.
-
Method Details
-
parseString
Little helper method to provideJsonParser
functionality across different versions of Gson.- Parameters:
json
- TheString
to parse- Returns:
- The parsed
JsonElement
-