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 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.