util.json: Accept empty arrays with whitespace (fixes #1782)

This commit is contained in:
Matthew Wild 2022-11-04 12:26:10 +00:00
parent 246d797f81
commit d4daf40caa
2 changed files with 22 additions and 5 deletions

8
spec/json/pass4.json Normal file
View file

@ -0,0 +1,8 @@
{
"one": [
],
"two": [],
"three": [ ],
"four": [ ]
}