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
We could introduce parsing operations, allowing to try converting strings into numbers, or JSON strings / bytearrays into map / arrays.
This would require null (#148) for parsing failures, but could give more flexibility)
null
as
as_xxx()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could introduce parsing operations, allowing to try converting strings into numbers, or JSON strings / bytearrays into map / arrays.
This would require
null
(#148) for parsing failures, but could give more flexibility)syntax ideas
as
keyword. readable, but would make the grammar more complexas_xxx()
methods. a bit less readable and a tad more ad-hoc, but integrates nicely with the grammarThe text was updated successfully, but these errors were encountered: