JsonUtilities.DeserializeJson(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.Dictionary<string,object> DeserializeJson (string jsonString, bool throwExceptionOnFailure = false);
static member DeserializeJson : string * bool -> System.Collections.Generic.Dictionary<string, obj>
Public Shared Function DeserializeJson (jsonString As String, Optional throwExceptionOnFailure As Boolean = false) As Dictionary(Of String, Object)
Parameters
- jsonString
- String
- throwExceptionOnFailure
- Boolean