Is there a way to do that, but leave the value unc...
# getting-started
a
Is there a way to do that, but leave the value unchanged if it's null? Basically wondering if I can take something like
if(jsonObject.has(KEY)) { myValue = jsonObject.get(KEY) }
to one line.