react-json-view
react-json-view copied to clipboard
JSON viewer for react
I would like a feature to allow for custom buttons + callbacks. In fact I've developed the bulk of the feature, but don't have the personal time to polish it...
added quotesOnValues to remove quotes from the value before: { name: "Jane" } after: (with setting quotesOnValues to false) { name: Jane }
Similar to `angular-json-tree` library, and the output we see all the time in `Chrome` console, I would like to be able to replace the three expandable ellipsis with custom value,...
Consider an object containing an array: `{ARRAY: [...Array(n)], ...otherfields}`, with `collapse={1}`. - as long as `n` is smaller than `groupArraysAfterLength`, `ARRAY` collapses as expected - as soon as `n` ist...
Using: ``` "parcel": "^2.0.0-beta.3.1", ... "react": "^17.0.1", "react-dom": "^17.0.1", "react-json-view": "^1.21.3", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", ``` I got this error ``` Uncaught TypeError: z.register is not a function ["34xyY"]
hello world (again), I'm looking for maintainers interested in moving RJV forward. As you can see by my commit history, I no longer have the to bandwidth to focus on...
The `collapseStringsAfterLength` feature is preventing the ability to highlight and copy text out of rendered JSON. To reproduce, use the demo (https://mac-s-g.github.io/react-json-view/demo/dist/) and try to copy "a test string" out...
Found that there is vulnerability with dependency "ua-parser-js". See more info here https://www.npmjs.com/advisories/1679
Hello - not seen anything in the issue log or similar questions - apologies if duplication. I am happy with the copy action, with the ability to store the selected...