react-json-view
react-json-view copied to clipboard
A React component for displaying and editing javascript arrays and JSON objects.
If you try to display a regular string with JsonView (sometimes you can't predict the input), it renders an array of characters. I would expect the string in an "illegal...
Does this library not support editable json? My use case is I want the end-user to be able to edit the JSON and save it later but the only thing...
Pretty straightforward issue. 2.0.0-alpha.17
I'm trying to add a button next to the copy button which would get me the current object path. For example, if I have the object ```json { "id": "1",...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-json-view). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`^14.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.3.1/16.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Getting this error today , even for v1.12.0 ` [commonjs--resolver] Missing "./cjs/types/True" specifier in "@uiw/react-json-view" package error during build: Error: Missing "./cjs/types/True" specifier in "@uiw/react-json-view" package `
Hi [小弟调调]. How are you? I'm development one react component using your module currently. Your module is very good and useful. First of all, I'd like to appreciate you and...
{ name: 'John', age: 30, hobbies: ['reading', 'coding', 'swimming'], address: { street: '123 Main St', city: 'New York', country: { name: 'Main ', codex: '123', ss: 'fdfdf' } } }...
I'd ideally like to be able to just select text to copy/paste (versus relying on the inline-copy button), and showing the indexes makes it not possible.