接口 JsonParser

    • 方法详细资料

      • parseMap

        Map<String,​ObjectparseMap​(String json)
        Parse the specified JSON string into a Map.
        参数:
        json - the JSON to parse
        返回:
        the parsed JSON as a map
      • parseList

        List<ObjectparseList​(String json)
        Parse the specified JSON string into a List.
        参数:
        json - the JSON to parse
        返回:
        the parsed JSON as a list