mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.42k stars 530 forks source link

Adding clickable url that can redirect user #442

Open natashaamin opened 1 year ago

natashaamin commented 1 year ago

Lets say we have this, would really recommend user to able to click and redirect for a better user experience

{ url: "http://google.com" }

YYsuni commented 1 year ago

Hi, you could give this a try (https://github.com/YYsuni/react18-json-view). Regarding your idea, perhaps I can add some rendering rules. image