Skip to content

0mpurdy/jsonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonify

Tool to convert between string encoded json object and a json object

e.g.

"{\"prop\":\"test\"}" <---> {"prop":"test"}

Building

Create python venv and activate (instructions assume powershell)

python -m venv .
Scripts/Activate.ps1

Install pip requirements

pip install -r requirements.txt

Run script

python jsonify.py

Output

The output is printed to the console as well as copied to clipboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages