cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

Change \" to ' in JSON files #16

Closed MyNameIsTrez closed 3 years ago

MyNameIsTrez commented 3 years ago

Not feasible as this'd mean the ' would need to be interpreted by the Python code as meaning " which is overcomplicating things. Also, it doesn't seem possible to have JSON keys and values be surrounded by ' quotes instead of " quotes.