Class JsonExtensionDataAttribute
Use this attribute on a IDictionary to be able to receive all data which cannot be matched in the target type
Inheritance
System.Object
System.Attribute
JsonExtensionDataAttribute
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.HttpExtensions.JsonSimple
Assembly: Dapplo.HttpExtensions.JsonSimple.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class JsonExtensionDataAttribute : Attribute
Properties
| Improve this Doc View SourcePattern
Specify a regex to match the property names of the Json content
Declaration
public string Pattern { get; set; }
Property Value
Type | Description |
---|---|
System.String |