Uses of Class
org.jdrupes.json.JsonDecodeException
-
-
Uses of JsonDecodeException in org.jdrupes.json
Methods in org.jdrupes.json that throw JsonDecodeException Modifier and Type Method Description <T> TJsonBeanDecoder. readArray(Class<T> expected)Read a JSON array description into a new array of the expected type.JsonObjectJsonBeanDecoder. readObject()Read a JSON object description into a newJsonObject.<T> TJsonBeanDecoder. readObject(Class<T> expected)Read a JSON object description into a new object of the expected type.
-