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.
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.