jquery.json-viewer
jquery.json-viewer copied to clipboard
fix display of big number objects to not add collapsable marker
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 this is useless for these numbers this patch removes them for this speacial case (bigNumbers support is activated and it is such a number)
This is the current state of display

And this is the new one with this patch and options.bigNumbers=true
