public class JsonParserUsingCharacterSource extends BaseJsonParser
Converts an input JSON String into Java objects works with String or char array as input. Produces an Object which can be any of the basic JSON types mapped to Java.
Methods inherited from class | Name |
---|---|
class BaseJsonParser |
parse, parse, parse, parse, parse, parse, parse, parse, setCharset |