Zhuoyuan1

Results 6 comments of Zhuoyuan1

fastjson1.x `JSONObject getObject(String key, Class clazz)` ![image](https://user-images.githubusercontent.com/41421622/178222341-d623e558-435d-4d38-a4bc-b6255368b7b2.png) 调试后发现,fastjson并没有解析,直接返回的 ![image](https://user-images.githubusercontent.com/41421622/178220879-c24e497e-dcc4-46a9-a422-3c315042049d.png) 比较引用结果返回true fastjson2.x `JSONObject getObject(String key, Class type, JSONReader.Feature... features)` ![image](https://user-images.githubusercontent.com/41421622/178222904-ba8cbd7b-c486-4478-a7b7-38709e0b3b9a.png) ObjectReaderImplList中item的解析问题,item的Type为java.lang.Object,因此没解析出来 ![image](https://user-images.githubusercontent.com/41421622/178223307-31ace8e2-3692-4aee-91e4-cf48553c2a2f.png) 综上,建议题主:既然明确List中的元素类型(Map),直接采用这种写法 fastjson2.x下 `List data = jsonObject.getList("data", Map.class);` 以上如有错误的地方,欢迎大家指正,谢谢

I have the same problem but at line 2640 in Makefile [Makefile.txt](https://github.com/espeak-ng/espeak-ng/files/10694365/Makefile.txt)

> can you try to rather put > > ``` > docs_MARKDOWN = $(wildcard docs/*.md docs/*/*.md docs/*/*/*.md) > ``` After modify it,it worked and no error occurred.

This bug is not fixed. The content of the `makefile.am` of the `master` branch is correct, but after execute `sh ./autogen.sh` , content of `makefile.am` is overwrittened

![2](https://user-images.githubusercontent.com/41421622/129503196-ec9d8a34-1447-48ab-ab96-3f5f2d523284.png) ![1](https://user-images.githubusercontent.com/41421622/129503202-7307e1fe-e2f6-49dd-b986-c14b4a040969.png) 翻译不正确