So, I get some JSON values from the server but I don\'t know if there will be a particular field or not.
So like:
{ \"regatta_name\":\"ProbaRegatta\"
You can use the JsonNode#hasNonNull(String fieldName), it mix the has method and the verification if it is a null value or not