You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I just discovered RestClient and it's been an amazing discovery! Thank you for the hard work guys!
I was having some issues because I'm trying to send a PUT request with an object filled with properties instead of fields, and through further inspection I realized that the JsonUtility library RestClient uses has some limitations with it, as I could confirm it while searching for a solution:
Hey! I just discovered RestClient and it's been an amazing discovery! Thank you for the hard work guys!
I was having some issues because I'm trying to send a PUT request with an object filled with properties instead of fields, and through further inspection I realized that the JsonUtility library RestClient uses has some limitations with it, as I could confirm it while searching for a solution:
https://forum.unity.com/threads/jsonutility-fromjson-not-binding-json-to-properties.1284746/
https://discussions.unity.com/t/serializing-properties-json-saving-and-loading-system/224944
Is there a way to use Newtonsoft as a json serialization tool?
The text was updated successfully, but these errors were encountered: