parseJson
Deprecated (with error)
This overload was only ever used for BasePlugin.Manifest which has since been migrated. No other code should be using this. Use reader.readText() and call parseJson(String) instead.
Replace with
parseJson<T>(reader.readText())Content copied to clipboard