renderjson icon indicating copy to clipboard operation
renderjson copied to clipboard

Render JSON into collapsible HTML

Results 27 renderjson issues
Sort by recently updated
recently updated
newest added

Would be nice if the indent could be adjusted _might try looking at this over the weekend, but I make no promises_

It would be great if we could set a limit for which arrays are automatically unfolded. We have a lot of results that can potentially have many items, but often...

It would be nice to have truncation paramater in case there are too many items. set_show_to_level is useful in this regard, but it doesn't cover cases in which there are...

Greetings! This patch facilitates the inclusion of DOM elements in the JSON data rendered with renderjson. With this one could modify the json ( for example with the 'apply' method...

This is an amazing tool, thank you for building it! I'd like to be able to update the json structure dynamically and preserve which nodes are open or folded. Perhaps...

Using `var window` gives a redeclaration error in IE9 (while, funnily enough, works OK in IE7): ![image](https://user-images.githubusercontent.com/420454/35683427-2a169390-0764-11e8-9b68-43a9787a2eb2.png) Also, I'm not sure that declaration has any use, as the only line...

I have installed renderjson (npm i renderjson), and I have imported it import renderjson from 'renderjson'; when using in my code: const jsonElement = renderjson(myjson); i have the following error:...