[issue16009] Json not handling errors correctly
Luka Rahne added the comment: For example i foun out, that just extra comma crate such error j = json.loads("""{ "" :[{},]}""") -- ___ Python tra
[issue16009] Json not handling errors correctly
New submission from Luka Rahne: Example: import json j = json.loads( """ { "phoneNumber": [ { "type": "home", "number": "212 555-1234" }, } """) print(j) Output>>