jquery.json-viewer
jquery.json-viewer copied to clipboard
jQuery plugin for displaying JSON data
Using the big number libraries with the new support to display them directly i realized the current implementation shows the "collapsable" marker in front of the big numbers. But as...
can I somehow control the level of nesting? How is it easiest for me to implement? nesting (int 0-5, default 3)
Hi, when I have the following JSON content: ``` "x" : 10 ``` this viewer shows it as: ``` "x": 10 ``` and removes the space character after the key....
Hi, I am using a heavily modified version of this since I render stuff different depending on the context of the JSON. Somtimes I want to change values to customized...
I don't suppose there would be any out of the box, minimal way to add a 'copy json to clipboard' feature? Just looking at the element that is created (`#json-renderer`),...
Just downloaded your pretty nice project and it's perfect for my new little webpage. While integrating I've done a little change to assign separate classes for keys and values. My...
Support for showing timestamp long values with a canonical timestamp string A lot of JSON renderers show timestamps as strings, human-readable, right next to the unix timestamp long values. This...
Need a way to render the JSON object sorted by keys by default For large JSONs, it can become difficult to spot a particular field. A setting to turn on...