JProperty
Represents a JSON property.
            
                
Gets the property name.
            
Gets or sets the property value.
            
Initializes a new instance of the  JProperty class.
            
Initializes a new instance of the  JProperty class.
            
Loads a  JProperty from a  JsonReader.
            
Loads a  JProperty from a  JsonReader.
            
public static Task<JProperty> LoadAsync(JsonReader reader, CancellationToken cancellationToken = default)
Asynchronously loads a  JProperty from a  JsonReader.
            
public static Task<JProperty> LoadAsync(JsonReader reader, JsonLoadSettings settings, CancellationToken cancellationToken = default)
Asynchronously loads a  JProperty from a  JsonReader.