Empty containers like the ones for descriptions/aliases should be serialized as empty object "{}" and not empty array "[]" in order to ease the deserialization process.
Examples:
- https://www.wikidata.org/wiki/Special:EntityData/Q24075199.json
- https://wikidata.beta.wmflabs.org/wiki/Special:EntityData/Q521829.json
We have checked other places and the API and dumps already use {}, this ticket only relates to Special:EntityData
(All of this is relevant for the announcement)
The change should be announced (as a breaking change) per https://www.wikidata.org/wiki/Wikidata:Stable_Interface_Policy
and thus we want to wrap the change in a config var so that we can choose when to announce and choose when to make the change.