mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.json: Accept empty arrays with whitespace (fixes #1782)
This commit is contained in:
parent
246d797f81
commit
d4daf40caa
2 changed files with 22 additions and 5 deletions
8
spec/json/pass4.json
Normal file
8
spec/json/pass4.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"one": [
|
||||
|
||||
],
|
||||
"two": [],
|
||||
"three": [ ],
|
||||
"four": [ ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue