mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
#3470: bug in JSON ParseHandler.cpp (RFC 7159 should be valid)
This commit is contained in:
11
JSON/testsuite/data/valid/empty-key-array/input
Normal file
11
JSON/testsuite/data/valid/empty-key-array/input
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
{
|
||||
"": "empty-key"
|
||||
},
|
||||
{
|
||||
"": "empty-key"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user