Skip to main content

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


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)

Uploaded Source

str_to_json-0.0.3-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

str_to_json-0.0.3-py2-none-any.whl (2.7 kB view hashes)

Uploaded Python 2

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