Skip to content

ssciwr/jsonmagic

Repository files navigation

Welcome to jsonmagic

License: MIT PyPI Release

Installation

The Python package jsonmagic can be installed from PyPI:

python -m pip install jsonmagic

Usage

Usage is only meaningful within JupyterLab.

You can do:

from jsonmagic import view_json

view_json(obj)

or alternatively use this as a line magic:

%load_ext jsonmagic

Then, inspect any JSON-like data structure (nested dictionary/list etc) with:

%json data

Get a browsable output like this:

Example Output

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.

About

An IPython magic that let's you inspect JSON-like data interactively.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.md
Unknown
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages