Class JSONNullValue


  • public class JSONNullValue
    extends JSONValue
    JSON value class representing a null value.
    • Field Detail

      • NULL

        public static final JSONNullValue NULL
        The sole instance of this class.
    • Method Detail

      • isNull

        public boolean isNull()
        Description copied from class: JSONValue
        Get a boolean indicating whether this instance represents a JSON null value or not.
        Overrides:
        isNull in class JSONValue
        Returns:
        true for objects representing a null value, false otherwise.