jupyterlab / jupyter-renderers

Renderers and renderer extensions for JupyterLab
BSD 3-Clause "New" or "Revised" License
489 stars 77 forks source link

jsoncrack JSON renderer #284

Open psychemedia opened 2 years ago

psychemedia commented 2 years ago

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).

image
welcome[bot] commented 2 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
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. welcome 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! :wave:
Welcome to the Jupyter community! :tada:

jtpio commented 1 year ago

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 https://github.com/AykutSarac/jsoncrack.com/issues/171 and https://github.com/AykutSarac/jsoncrack.com/issues/151.