Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Lets say i have this json
{ "test" : [1,2,3] }
using the JSON plugin is it possible to get the array as a string? or if it was an object to get that object as a string?
Develop games in your browser. Powerful, performant & highly capable.
I made a super quick extension addon, to get the results I want. But i feel there should be an expression that gets you the stringify version of the contents of the path, in the json.
c3addon file
https://drive.google.com/open?id=1iR8G57OD7Cha_YwtW7dbiVc6cDIfnpBy
c3p file
https://drive.google.com/open?id=1DZC3eFRFWp24ijI8S1GiRnTKHUdW6RqN
Ashley Can you expose the interface of the JSON plugin (like array and dictionary) the ._data property, or add a separate expression to the JSON plugin to get the stringified version of what ever is in the path?
Hello, How does it work????
There is a c3p file with a project. Pretty much it will return a json string of what's in the path. I would not use that plugin in though it only proof of concept and uses undocumented sdk features