Interface JsonNode

    • Method Detail

      • isArray

        default boolean isArray()
        Returns:
        True if this JsonNode is an instance of JsonArray.
      • isNull

        default boolean isNull()
        Returns:
        True if this JsonNode is an instance of JsonNull.
      • isObject

        default boolean isObject()
        Returns:
        True if this JsonNode is an instance of JsonObject.