A simple library for JSON manipulation
Project description
JSONToolkit
JSON Toolkit
JSON Manipulator is a simple Python library for manipulating JSON files. It allows you to convert JSON files between one-line and multi-line formats easily.
Features
- Convert a JSON file to a single-line JSON string.
# Convert JSON to one-line format
JSONToolkit.convert(json_file_path, 'to-oneline')
- Convert a single-line JSON string back to a multi-line JSON format.
# Convert JSON back to multi-line format
JSONToolkit.convert(json_file_path, 'from-oneline')
Installation
You can install the library using pip:
pip install json-toolkit
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
json_toolkit-0.1.0.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file json_toolkit-0.1.0.tar.gz.
File metadata
- Download URL: json_toolkit-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a0fb00ff661aaf09b6ad933ecee40ca942a62fc619ab0c4fb2044f0098368c
|
|
| MD5 |
42201bb7eecc62dba5bfc957c9c9714b
|
|
| BLAKE2b-256 |
6f67bebe1da7e20380cc9a0420405de5ee5d6c1b7d6ca651d434096b3990abba
|
File details
Details for the file json_toolkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: json_toolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad33f7a5c5dcbceb3cb62cd5aa73827f29f15182e97452cb9ca571a48c278b19
|
|
| MD5 |
a4e8795f1948aa57626b3836a97a891d
|
|
| BLAKE2b-256 |
6ed47bc8390247af6d387942d50b840fda909e5df1eddce53374a6d602ade8fd
|