Closed hanfeng529264 closed 6 years ago
In the Fastjson 1.2.43 version, the method parseobject is treated as a dead loop。 The following test source:
public static <T> T parseObject(String text, Class<T> clazz) { return parseObject(text, clazz); }
In the Fastjson 1.2.43 version, the method parseobject is treated as a dead loop。 The following test source: