All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kong.unirest.core.json.JSONObjectUtils Maven / Gradle / Ivy

The newest version!
package kong.unirest.core.json;

public class JSONObjectUtils {
    public static boolean isNull(JSONObject jsonObject, String fieldName) {
        return ((JsonEngine.Object)jsonObject.asElement()).get(fieldName).isJsonNull();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy