OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
main
5548b3bb71a3745fd15af2f583f5af9471000a6d
qpdf
libtests
qtest
json_parse
bad-40.json
JSON: detect duplicate dictionary keys while parsing
3eb77a70
Jay Berkenbilt
authored
2022-05-20 10:13:15 -0400
Browse Code ยป
bad-40.json
52 Bytes
Edit
Raw
Blame
History
1
2
3
4
5
6
{
"one"
:
1
,
"two"
:
2
,
"one"
:
3
,
"four"
:
4
}