Skip to content

Parse to Object Directly #1

Description

@MTrop

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions