Class JsonTypeMappingAttribute Class

Maps a JSON type to a CLR type.

Constructors:

NameDescription
Public methodJsonTypeMappingAttribute(String, Type) Initializes a new instance of the JsonTypeMappingAttribute class.

Properties:

NameDescription
Public propertyName Gets or sets the JSON type name.
Public propertyType Gets or sets the CLR type to map the JSON type name to.