Tool to convert between string encoded json object and a json object
e.g.
"{\"prop\":\"test\"}" <---> {"prop":"test"}
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
The output is printed to the console as well as copied to clipboard