'宣言 Public Overloads Shared Function DeserializeObject( _ ByVal strJson As System.String, _ Optional ByVal js As JsonSetting _ ) As System.Object
public static System.object DeserializeObject( System.string strJson, JsonSetting js )
パラメータ
- strJson
- The object to deserialize.
- js
- The JsonSetting used to deserialize the object. If this is null, default serialization settings will be used.
戻り値の型
The deserialized object from the JSON string.