diego3g / rocketredis

A beautiful Redis GUI :fire: (under development)
MIT License
1.91k stars 173 forks source link

feat: add JSON viewer to KeyContent #158

Open lucasig11 opened 3 years ago

lucasig11 commented 3 years ago

This PR:

I implemented the JSON viewer using the 'react-json-view' library. I made it in a new component called 'ContentView', which I thought would make it easier to add other ways of formatting the output in the future.


Raw view JSON view

caiodomingues commented 3 years ago

That's really nice