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
There may be some instances in which the JSONObject does not include all of the specified fields. The constructor should handle such instances gracefully. (Probably putting a try/catch block around each "get field" line would handle this.)