We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the value of a specified key and convert it to a reference type
public override T Get<T>(string key, System.Text.Json.JsonSerializerOptions jsonOptions=null) where T : class;
T
key System.String
key
jsonOptions System.Text.Json.JsonSerializerOptions Optional options to override the default STJ ones
jsonOptions
Implements Get(string, JsonSerializerOptions)
Internally deserializes from JSON