Interface JsonValueBase<JV extends JsonValueBase<?>>

    • Method Detail

      • isObject

        boolean isObject()
      • isArray

        boolean isArray()
      • isNumber

        boolean isNumber()
      • isString

        boolean isString()
      • isBoolean

        boolean isBoolean()
      • isNull

        boolean isNull()
      • asInt

        int asInt()
      • asLong

        long asLong()
      • asDouble

        double asDouble()
      • asBoolean

        boolean asBoolean()