Use `Appendable` instead of `Writer` as the parameter of `JsonWriter`
Author: MukjepScarletCreated Oct 23, 2025Updated Jul 16, 2026
Labelsenhancement
Problem solved by the feature
new JsonWriter(new StringBuilder))
Feature description
I noticed Gson uses Appenable for other APIs but Writer for this. It might be wrapped easily.
Alternatives / workarounds
Source: google/gson