JsonProperty
Maps a JSON property to a .NET member or constructor parameter.
Gets or sets the JsonConverter for the property.
If set this converter takes presidence over the contract converter for the property type.
Gets or sets the type that declared this property.
Gets the default value.
Gets the property default value handling.
Gets or sets a predicate used to determine whether the property should be serialized.
Gets a value indicating whether this JsonProperty has a member attribute.
Gets a value indicating whether this JsonProperty is ignored.
Gets a value indicating whether this property preserves object references.
Gets or sets the converter used when serializing the property's collection items.
Gets or sets whether this property's collection items are serialized as a reference.
Gets or sets the the reference loop handling used when serializing the property's collection items.
Gets or sets the the type name handling used when serializing the property's collection items.
Gets the member converter.
Gets the property null value handling.
Gets the property object creation handling.
Gets or sets the order of serialization and deserialization of a member.
Gets or sets the name of the property.
Gets or sets the type of the property.
Gets a value indicating whether this JsonProperty is readable.
Gets the property reference loop handling.
Gets a value indicating whether this JsonProperty is required.
Gets or sets an action used to set whether the property has been deserialized.
Gets or sets a predicate used to determine whether the property should be serialize.
Gets or sets the type name handling.
Gets or sets the name of the underlying member or parameter.
Gets the IValueProvider that will get and set the JsonProperty during serialization.
Gets a value indicating whether this JsonProperty is writable.
public JsonProperty()