I'm exporting at runtime into Json and then importing via copypaste and textInput object.
The problem is Construct 2 and 3 exports with single quotes and the import doesn't like that, it requires double quotes. So I'm making a for loop that counts the tokencount instances of quotation marks ( " ) and I want to replace it with ( "" ) so later I can just plug the value in and the dictionary eats it.
I can't seem to designate a single quote though. """ doesn't read in, nor does """""
Any ideas?
Thanks