deserializeValueGroup

fun deserializeValueGroup(valueGroup: ValueGroup, reader: Reader, gson: Gson = fileGson)

Deserialize a config from a reader, and close it


fun deserializeValueGroup(valueGroup: ValueGroup, jsonElement: JsonElement)

Deserialize a config from a JsonElement. It should be JsonObject.