#514 closed defect (fixed)
json-abnf discards empty objects, strings and arrays
Reported by: | Moritz Heidkamp | Owned by: | Ivan Raikov |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | extensions | Version: | 4.6.x |
Keywords: | json-abnf | Cc: | |
Estimated difficulty: |
Description
Empty objects, strings and arrays (i.e. {}, "" and []) are completely dropped by the json-abnf parser. For example, the JSON document [[{}], \"\"] is parsed as the empty list. Also, given an array with more than two elements and an empty object/string/array at some position other than the first leads to a parsing error.
Note: See
TracTickets for help on using
tickets.
Fixed in json-abnf release 3.2