renderjson icon indicating copy to clipboard operation
renderjson copied to clipboard

Feature request - disclosures on the left

Open caralmar opened this issue 5 years ago • 1 comments

Thanks for this wonderful tool. I preview large JSON docs and it would be better to have the disclosure on the left. This way, it is offset from the rest of the keys and you can quickly visualize which keys have children by looking at the left.

For example, I work with NodeRED, and they render objects using this type of disclosure: image

If I look at the same object section using renderjson: image

As you can see, it is harder to tell which keys have children. Thanks again!

caralmar avatar Mar 20 '19 20:03 caralmar

You're right, disclosures on the left seems to be the better approach. It's what dev tools and vscode debugger does.

Almenon avatar Apr 13 '19 01:04 Almenon