mongoui icon indicating copy to clipboard operation
mongoui copied to clipboard

Make nested objects work in the Edit mode

Open azat-co opened this issue 10 years ago • 0 comments

Currently there is not deep parsing of objects in the editor. The JSON gets transformed into an array, can be solved by adding recursive call if typeof is object, similar to how JSON.stringify works.

azat-co avatar Jul 22 '13 13:07 azat-co