Convert string on clipboard to JSON
Project description
str-to-json
a simple script that format JSON string in the clipboard and formatted it prettier.
Installation
Using pip
pip install str-to-json
Usage
Copy a JSON string to your clipboard. Example:
{"id": "uo-ca-en-CA-5729e0a833e541939d1da60a8a783e4d", "action": "delete"}
run the script
str-to-json
Paste. It will turn your clipboard to
{
"action": "delete",
"id": "uo-ca-en-CA-5729e0a833e541939d1da60a8a783e4d"
}
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
str_to_json-0.0.3-py3.7.egg
(1.8 kB
view hashes)
Close
Hashes for str_to_json-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18f87517d6ba9e2a7483bf0821e3e6b2b230e1f0f5cdce4c6f7db6590d97b7b5 |
|
MD5 | a254a8fc50753e60f57695426a6c2c28 |
|
BLAKE2b-256 | 641e891b976ba2a3d88eb766fac46685bcd5e3df22b65a9e4dea1e8844b26dcf |
Close
Hashes for str_to_json-0.0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ebbc0721c1031d0e3820984ed2b91b85893757b01a0e7af05a97d397b4b608c |
|
MD5 | 73412e8e21d8bf8030b064287b3a3aec |
|
BLAKE2b-256 | 4a6f1db5ba63bfc41483a106d66a6a5fd4e40884e0fc3892d1dfe994e315517e |