Open leonbloy opened 2 years ago
It looks like @textea/json-viewer started out as a fork and is now a maintained alternative.
Disclaimer: I just found it myself, so this is not an endorsement, just a hint.
I, too, was frustrated at the stagnation, so I bit the bullet and made my own alternative from scratch: https://github.com/CarlosNZ/json-edit-react (Demo: https://carlosnz.github.io/json-edit-react/)
I had a look at @textea/json-viewer, but my main problem with it is the reliance on Material UI. That's not so great if you're not already using Material UI in your project. So I made sure mine is just plain old HTML/CSS (with plenty of customisation if you want it)
I'm already planning to build it myself
Last commit (and author activity) is from March 9 2021.
Lots of open issues, and pending MR... Should this project be considered dead ?
Is there some fork that we should go to ?
Among the 379 forks, I've seen this one https://github.com/microlinkhq/react-json-view mentioned here https://github.com/mac-s-g/react-json-view/issues/403#issuecomment-1168231115
But it has not opened the issue tracker.
Does anyone knows about another fork ... or some alternative ?