1 Answer
- Newest
- Most votes
- Most comments
1
It might be that a JSON Object is used because each tag is unique and the key-value pair nature of JSON Objects fits this use case. JSON Objects are useful for mapping unique keys to values, JSON Arrays are better suited for lists of items.
