Convert to JSON: does brain cloud provide object types for response returns?
-
I am having an issue with converting a response into a accessible JSON, or parsing it into an object. Does brain cloud provide object types? I cannot find any on the docs regarding this. Most update methods also requires us to use "/" string format..
I can make a type class of the JSON by using https://json2csharp.com/ and creating a method to add dashes to strings... Just wondering if the SDK have any of these built in.
-
Solved:
IDK if this is the right approach but I am using brainCloud's LitJson and JSONMapper. I will map out the things I need and put it into an object of variables I chose to parse out.