User story
As a Compass user
I want to create multiple documents in extend JSON
So that I can easily copy paste from my code editor or from an API response
Acceptance criteria
- There is a new JSON mode in the "new document" dialog
- It's possible to paste an array of documents in extended JSON into the code editor with syntax checking and highlighting
- When an array is inserted into the code editor, the "field by field" mode is disabled and when the user switches to it, an informational message is displayed.
- It's possible to insert a new document only if the JSON is valid
|