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
Description
Before any usage of getString(), get(), etc. the existence of the JSON key should be checked wih containsKey() and the type should be also checked.
getString()
get()
containsKey()
The text was updated successfully, but these errors were encountered:
Seems like all of the keys are checked before accessing them in the current version.
Sorry, something went wrong.
eemhu
No branches or pull requests
Description
Before any usage of
getString()
,get()
, etc. the existence of the JSON key should be checked wihcontainsKey()
and the type should be also checked.The text was updated successfully, but these errors were encountered: