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.ps1Install pip requirements
pip install -r requirements.txtRun script
python jsonify.pyThe output is printed to the console as well as copied to clipboard