类 BasicJsonParser

  • 所有已实现的接口:
    JsonParser

    public class BasicJsonParser
    extends Object
    implements JsonParser
    Really basic JSON parser for when you have nothing else available. Comes with some limitations with respect to the JSON specification (e.g. only supports String values), so users will probably prefer to have a library handle things instead (Jackson or Snake YAML are supported).
    从以下版本开始:
    1.2.0
    另请参阅:
    JsonParserFactory