RESTClient
RESTClient copied to clipboard
REST Client for Unity with JSON and XML parsing. (Features JSON helper to handle nested arrays and deserializing abstract types)
Results
2
RESTClient issues
Sort by
recently updated
recently updated
newest added
WWW is marked as obsolete. Replace it with the updated UnityWebRequest. https://docs.unity3d.com/ja/current/ScriptReference/WWW.html
Is this project able to handle Nullables too? If so can you please confirm? For example : If a rest response includes the following information decimal ? decimalValue; double? doubleValue;...