spec/json/pass4.json
author Matthew Wild <mwild1@gmail.com>
Fri, 04 Nov 2022 12:26:10 +0000
branch0.12
changeset 12796 997f3ca90628
permissions -rw-r--r--
util.json: Accept empty arrays with whitespace (fixes #1782)

{
  "one": [
 
  ],
  "two": [],
  "three": [ ],
  "four": [  ]
}