jquery-jsonview
jquery-jsonview copied to clipboard
[UNMAINTAINED]View JSON in a more readable format
 
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',...