json-mode does not indent objects inside an array properly. Actual: ```json [ { "key": "value" } ] ``` Expected: ```json [ { "key": "value" } ] ```