fix(#887): double array breaking JSONTokener.nextValue

change(#887): input validation
This commit is contained in:
rikkarth
2024-04-21 11:03:15 +01:00
parent ce074e9f9a
commit 3dcd5b2fab
3 changed files with 20 additions and 20 deletions

View File

@@ -218,6 +218,7 @@ public class JSONParserConfigurationTest {
*/
private List<String> getNonCompliantJSONList() {
return Arrays.asList(
"[[a]]",
"[]asdf",
"[]]",
"[]}",