Problem
When working with large and heavily nested JSON files, it's overwhelming when loaded in.
Solution
Please add a config option to load JSON initially as collapsed:
editior = new JSONEditor({
id:"editor",
collapsed:true,
...
})
Thanks in advance.