dean suggested an idea · Aug 22, 2016 at 02:15 AM · CloudScript
I would like to be able to Deserialize the result of my Cloud Scripts into a specific object via
T DeserializeObject<T>(string json);
Currently the result is only returned as a JSON Object so I am not able to do this without Serializing to a string first. This will also allow people to use the JSON Library of their choice instead of the bundled one.
We would love to know what you need. Submit your ideas and upvote others to help us prioritize.
No one has followed this yet.
Modifying contact email with cloudscript
Integration of C# to Javascript libraries for CloudScript
Set Title News from CloudScript
Simplified batched purchases or purchase API for CloudScript
Saving Group State of CloudScripts
server.EvaluateRandomResultTableRequest() to accept multiple TableIds.