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