Class JsonParserBase

  • All Implemented Interfaces:
    IParser
    Direct Known Subclasses:
    JsonParser

    public abstract class JsonParserBase
    extends ParserBase
    implements IParser
    General parser for JSON content. You instantiate an JsonParser of these, but you actually use parse or parseGeneral defined on this class The two classes are separated to keep generated and manually maintained code apart.