I've been having some massive challenges with the JSON object and didn't realize until now that the browser arbitrarily caches old versions of JSON objects that are acquired via AJAX calls.
How can I make sure that Construct actually loads the latest files when I playtest, without having to mess around with my browser settings?
Thanks in advance.