w3c / wai-wcag-em-report-tool

2021 redesign of the WCAG-EM Report Tool
https://w3.org/WAI/eval/report-tool
Other
62 stars 51 forks source link

Individual elements not an array #122

Open miranausnerffg opened 1 year ago

miranausnerffg commented 1 year ago

The structure of the exported .json is not always the same. If I only create one element (e.g. one element in the structured sample), it is not written to the .json as an array. If I don't create an element or more than one, it's an array in the .json. This occurs with some fields and makes further processing of the .json more complicated. It would make things easier if data that can have multiple entries, was always an array, even if only one entry is given.