-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request