Class JsonValue

    • Field Detail

      • NULL

        public static final JsonNull NULL
        Represents a Json "null".
    • Constructor Detail

      • JsonValue

        public JsonValue()
    • Method Detail

      • checkType

        public static boolean checkType​(Object item)
        Helper method to check if the given item is a supported JSON item.
        Parameters:
        item - the value to check.
        Returns:
        true if supported, false otherwise.