jsoncrack JSON renderer
psychemedia opened this issue · 2 comments
I recently came across a visualisation tool that renders JSON files as a collapsible interactive tree that might be interesting as a JSON renderer (I note there is already an experimental VSCode extension for it).
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Welcome to the Jupyter community! 🎉
Thanks @psychemedia for the suggestion.
This would make a great third-party lab extension, which would also be compatible with Notebook 7.
Ideally jsoncrack
should be distributed first to npm
as it would make it much easier to use it in a JupyterLab extension. Unfortunately this doesn't seem to be the case at the moment according to AykutSarac/jsoncrack.com#171 and AykutSarac/jsoncrack.com#151.