Rather than this: <img width="436" alt="Screenshot 2023-06-02 at 11 29 33 AM" src="https://github.com/CarlosNZ/json-edit-react/assets/5456533/1433789e-84f0-4781-9ff0-a0bf07e97ecc"> Something like this would look better: ```js >hoursSchedule: [ 24 items 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] ``` Would affect both the collection layout and the `JSON.stringify()` display when editing, so not trivial to do nicely. Similarly for "small" arrays, it would look nicer if they were all on one line.