类 YamlJsonParser

    • 方法详细资料

      • parseMap

        public Map<String,​ObjectparseMap​(String json)
        从接口复制的说明: JsonParser
        Parse the specified JSON string into a Map.
        参数:
        json - the JSON to parse
        返回:
        the parsed JSON as a map
      • parseList

        public List<ObjectparseList​(String json)
        从接口复制的说明: JsonParser
        Parse the specified JSON string into a List.
        参数:
        json - the JSON to parse
        返回:
        the parsed JSON as a list