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
Sure, whenever you access a key that doesn't exist the JSONObject will return a JSONLazyCreator. JSONNode has a custom == operator that will return true when you compare a lazy creator instance against null. So just do
Hi
For a swagger related project I need to detect the absence of some keys (like 'error').
What is the correct way to check the absence of keys?
The text was updated successfully, but these errors were encountered: