-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
错误的json也能解析,isValid返回的也是true,下面是代码:
String json = "{\"key1\":11444-sdsdsd\"key2\":\"sdsdssdsda\"}";
boolean validate = com.alibaba.fastjson2.JSON.isValid(json);
System.out.println(" validate: " + validate);
JSONObject value = com.alibaba.fastjson2.JSON.parseObject(json);
System.out.println(value);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working