Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

str-to-json

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

str-to-json

Convert string on clipboard to JSON

  • 0.0.3
  • PyPI
  • Socket score

Maintainers
1

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"
}

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc