Luke

Results 12 comments of Luke

> fastjson 1.2.28 使用反序列化泛型对象后: _PlatformPage userPage = JSON.parseObject(response.getResponseText(), new TypeReference(){});_ 上述代码运行后(正常运行),其他代码执行报错如: Result result = JSON.parseObject(response.getResponseText(), Result.class); > > public class Result implements Serializable { private boolean success; private String code;...

> 应该让后端仔细检查下,返回数据是否正确。 后端提供测试用例证明序列错了还是接口写得有问题。

@crazysvn I can't reproduce it. Is there anything I missed? ![image](https://user-images.githubusercontent.com/5399326/67535360-cba48f00-f704-11e9-9421-cb7e30f33110.png)

LGTM! It is a better way to set the value of CMAKE_DEBUG_POSTFIX. It's also seen in [curl](https://github.com/curl/curl) project like [73a3b3e0](https://github.com/curl/curl/pull/2599/commits/73a3b3e05b9f90e3de54efc85e64a234dacd7a3f)

Can't reproduce. It seems some wrong in usage.

LGTM. It would be better to add some example about usage.

You can also see this comment if you want to compile the example manually: [PR #214](https://github.com/akheron/jansson/pull/214#issuecomment-68262493)

Have this problem been resolved? If not, you can see this simple example: [simple_parse.c](https://github.com/akheron/jansson/blob/master/examples/simple_parse.c)