Use `Appendable` instead of `Writer` as the parameter of `JsonWriter`
Open
enhancement
- Dominant language
- Java
- Stars
- 24.2k
- Forks
- 4.5k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 12
Description
# 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
-
Contributor guide
Assessment
This issue has not been assessed yet.