-
Notifications
You must be signed in to change notification settings - Fork 411
Look into optimized reading JSON for known classes by skipping intermediate map/list/etc #301
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
Comments
Isn't the "known schema" the |
@denkuy – you could imagine creating a custom parser that creates annotated objects directly, without first creating the JSON literal objects. That's what this issue is discussing... |
"JSON literal objects" as in a "dart String, json format" or "dart Map<String, dynamic>"? What is the "known schema" in this case? Sample data or a json schema (something like https://json-schema.org/ ) |
Instead of
Do this
|
See also dart-lang/sdk#35693 |
See https://github.com/mafintosh/turbo-json-parse
The text was updated successfully, but these errors were encountered: