I have made a simple JSON editor app with Construct 3.
I have Input Text window to edit text (in this case json structure).
Then I parse this text content into JSON Object and it works well.
Then there are buttons to execute saving and loading functions.
Saving function:
Contents of the write.php: // project is located on my personal domain
My JSON has now 13000 characters, but only some 5000 gets through to php.
I have tried both beautified and compact string formats and both work, but only less than half characters get saved.
I pasted some random text from wikipedia to text field and it can save and load
100000 characters easily, so it kind of works...It's just this JSON formatting seems to cause problems.
Perplexed. Not experienced coder. Help much appreciated!