Skip to main content

display json meta structure

Project description

# jsonviewer
print meta json structure

## Install
```
pip install jsonviewer
```

## Usage
```
from jsonviewer import view_json

fname = "foo.json"
with open(fname) as f:
data = json.load(f)
view_json(data)
```

## Demo
```
<type 'list'>len=1011
<type 'dict'>len=7
key=joints_vis
<type 'list'>len=16
data: 1
key=scale
data: 3.374796
key=center
<type 'list'>len=2
data: 698
key=joints
<type 'list'>len=16
<type 'list'>len=2
data: 694
key=image
data: 4485.jpg
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonviewer-0.1.2.tar.gz (1.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page