Skip to main content

Visualize and edit JSON

Project description

Overview

jsoneditor will help you a lot if you are working with API's often.

When you first get data from a endpiont and you want to explore it - you can call the editjson function, and you will get a browser window with all the json you passed - right there.

See below:

Installation

pip3 install jsoneditor

Usage

In python:

import requests
import jsoneditor

data = requests.get('https://jsonplaceholder.typicode.com/comments').json()
jsoneditor.editjson(data)

From the terminal:

You got a cuple of options.

  1. python -m jsoneditor '{"Hey": "Hi"}'
  2. curl https://jsonplaceholder.typicode.com/comments | jsoneditor
  3. jsoneditor '{"Hey": "Hi"}'

Forms of passing the json

You can pass the json in any of the following forms:

  • as valid json string
  • as a python dict
  • as a url the points to valid json
  • as a file path that is valid json

Build

python3 setup.py sdist

Credits

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

jsoneditor-1.3.0.tar.gz (254.1 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