If I am dealing with a JsonObject, and I do someth...
# getting-started
a
If I am dealing with a JsonObject, and I do something like
jsonObject.get("KeyThatDoesn'tExist").asBoolean
, it'll crash, because that key doesn't exist so it returns null. Am i missing something, or is the website slightly misleading?