We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am just thinking will there be any chances that one wishes to parse whatever value regardless of its type?
Json.parse(("1":Int)); // works Json.parse(("1":Dynamic)); // fails
The text was updated successfully, but these errors were encountered:
Well, that would seem somewhat contrary to what this library is aiming for.
If you do have a use case though, I'd be glad to discuss it ;)
Sorry, something went wrong.
Indeed. This is somewhat a made-up issue, haxetink/tink_typecrawler#2 should be the more precise problem.
No branches or pull requests
I am just thinking will there be any chances that one wishes to parse whatever value regardless of its type?
The text was updated successfully, but these errors were encountered: