类 JsonParserFactory

    • 方法详细资料

      • getJsonParser

        public static JsonParser getJsonParser()
        Static factory for the "best" JSON parser available on the classpath. Tries Jackson 2, then Gson, Snake YAML, Simple JSON, JSON (from eclipse), and then falls back to the BasicJsonParser.
        返回:
        a JsonParser