Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimisation: Reduce parsing of JSON object #1

Merged
merged 5 commits into from Jun 1, 2021
Merged

Conversation

adam-fowler
Copy link
Owner

Instead of parsing whole JSON object to calculate types, parse only parts that are going to be processed.
JSONVariable now stores a [Any] for an array and [String: Any] for an object

@adam-fowler adam-fowler merged commit 9288a73 into main Jun 1, 2021
@adam-fowler adam-fowler deleted the any-object branch June 1, 2021 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant