You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a method to check if a key exists? Other than using .at() and catching the exception?
Sometimes I get a field named error in the json response and I would like to check it also.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Is there a method to check if a key exists? Other than using
.at()
and catching the exception?Sometimes I get a field named
error
in the json response and I would like to check it also.Thanks.
The text was updated successfully, but these errors were encountered: