org.springframework.boot.json

Class YamlJsonParser

    • Constructor Detail

      • YamlJsonParser

        public YamlJsonParser()
    • Method Detail

      • parseMap

        public Map<String,Object> parseMap(String json)
        Description copied from interface: JsonParser
        Parse the specified JSON string into a Map.
        Parameters:
        json - the JSON to parse
        Returns:
        the parsed JSON as a map
      • parseList

        public List<Object> parseList(String json)
        Description copied from interface: JsonParser
        Parse the specified JSON string into a List.
        Parameters:
        json - the JSON to parse
        Returns:
        the parsed JSON as a list

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