jquery-jsonview icon indicating copy to clipboard operation
jquery-jsonview copied to clipboard

[UNMAINTAINED]View JSON in a more readable format

Results 15 jquery-jsonview issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37904659/60230021-e129b980-98c8-11e9-9aad-3bd0e3f72fca.png) ![image](https://user-images.githubusercontent.com/37904659/60230120-e981f480-98c8-11e9-914b-adb0bf0d861b.png)

After render the JSON ,Can I edit on the webpage such as modify some key's value and I can save the modify to the original JSON data

title says it all. I noticed it says "Umaintained" in the sub header so I was wondering if there was a different version of this project.

Show the index number of array's elements

This pull request adds backers and sponsors from your Open Collective https://opencollective.com/jquery-jsonview ❤️ It adds two badges at the top to show the latest number of backers and sponsors. It...

JSON Viewer chrome extension, shows the JSON path on hover, is there a way to get the same in this ?

Howdy 👋 I'm including this in an application that has clean-css as part of its build process. When building a production build the build process get clean-css to "throw on...

Should not create inner logic if collapsed:true is given, should initiate inner logic only when tree is collapsed. (only on click)

These 2 commits to make the plugin more configurable by adding 3 new options: ``` javascript jQuery('#json').JSONView(json, { marks:{ '+':'++', '-':'--', }, on_expand: function(collapser){ console.log(['on_expand', collapser]); }, on_collapse: function(collapser){ console.log(['on_collapse',...

0 - Backlog