org.springframework.boot.json

Class SimpleJsonParser

  • All Implemented Interfaces:
    JsonParser

    Deprecated. 
    since 1.2.0 in favor of BasicJsonParser.

    @Deprecated
    public class SimpleJsonParser
    extends BasicJsonParser
    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).
    Author:
    Dave Syer
    See Also:
    JsonParserFactory
    • Constructor Detail

      • SimpleJsonParser

        public SimpleJsonParser()
        Deprecated. 

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.