org.springframework.boot.json

Interface JsonParser

    • Method Detail

      • parseMap

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

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

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