You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current iteration of this library does not parse JSON straight into an object - it reads into a JSONObject structure and then applies the hierarchy to the object's methods and fields. This two-step process creates more garbage than necessary and is a bit of a performance hit.
A path to a straight conversion solution should be made to tackle both the memory and performance issues.
The text was updated successfully, but these errors were encountered:
The current iteration of this library does not parse JSON straight into an object - it reads into a JSONObject structure and then applies the hierarchy to the object's methods and fields. This two-step process creates more garbage than necessary and is a bit of a performance hit.
A path to a straight conversion solution should be made to tackle both the memory and performance issues.
The text was updated successfully, but these errors were encountered: