Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.2.21
Description
In the tested version (10.2.21), function json_valid does not check for duplicate key, and returns 1 on the invalid input
{ "a":"b", "a":"c" }