Visualize and edit JSON
Project description
Installation
pip3 install jsoneditor
Usage
In python:
import requests
import jsoneditor
data = requests.get('your endpiont here').json()
jsoneditor.editjson(data)
From the terminal:
You got a cuple of options.
python -m jsoneditor '{"Hey": "Hi"}'
curl https://jsonplaceholder.typicode.com/comments | jsoneditor
jsoneditor '{"Hey": "Hi"}'
Build
python3 setup.py sdist
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsoneditor-0.9.0.tar.gz
(385.2 kB
view details)
File details
Details for the file jsoneditor-0.9.0.tar.gz
.
File metadata
- Download URL: jsoneditor-0.9.0.tar.gz
- Upload date:
- Size: 385.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79c474d14b2c53894d3b3025dfd5cb31424e23efdf54a43556a1b5e32ce28338 |
|
MD5 | 25cee01c0074fbffa879715bf6f650e9 |
|
BLAKE2b-256 | 1b5f73e4a5428e8296387b269efe6888e8362b0473cc959027f3ed9880152570 |