Closed Moire9 closed 3 years ago
Optimize reflection & reduce number of functions, prevent an NPE, and replace a JSON parsing workaround with JsonElement#getAsString()
JsonElement#getAsString()
Separate commits because they all do separate things.
Optimize reflection & reduce number of functions, prevent an NPE, and replace a JSON parsing workaround with
JsonElement#getAsString()