This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the object-to-list code in GsonRuntime#toList
It looks unnecessary to call #getAsJsonArray twice. It's probably just a `return this`, so not calling it is probably not really any performance improvement, but it makes the code easier to read.
- Loading branch information