Haha, there may also be a `.or()` method (e.g. `my...
# getting-started
b
Haha, there may also be a
.or()
method (e.g.
myValue = jsonObject.get(KEY).or(myValue)
but that’s pretty much the same as the elvis operator one :)