Format single quoted JSON
sachindayl opened this issue · 3 comments
sachindayl commented
Formatting a single-quoted JSON body gives invalid JSON. Please check if the body has single quotes, convert them to double quotes, and then format JSON.
Joshfindit commented
I will likely make a script for "Convert all quotes to single quotes" and "Convert all quotes to double quotes" which would mean that this issue could be closed as a user would be able to convert quotes before formatting.
sachindayl commented
That should work! thank you.
Joshfindit commented
Added those scripts:
https://github.com/IvanMathy/Boop/pull/336/files
Feel free to download them and add them to your scripts folder.