Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Fix JSONEncoder for non-printable characters #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nernotte
Copy link

formatter accumulates internally what is being formatted.
This quickly leads to OutOfMemoryException when encoding String with lots of non-printable characters (when c < ' ')

formatter accumulates internally what is being formatted.
This quickly lead to OutOfMemoryException when encoding String with lots of non-printable characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant