'Declaration Public Overloads Shared Function DeserializeObject( _ ByVal strJson As String, _ Optional ByVal js As JsonSetting _ ) As Object
public static object DeserializeObject( string strJson, JsonSetting js )
Parameters
- strJson
- The object to deserialize.
- js
- The JsonSetting used to deserialize the object. If this is null, default serialization settings will be used.
Return Value
The deserialized object from the JSON string.