Click or drag to resize

JsonMappingAttribute Properties

The JsonMappingAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAbsolute
Indicates whether the attribute's path is absolute.
Public propertyListMode
Defines how the mapping is applied to list-based data members. Has no effect if the data-member is not list-based.
Public propertyPath
The location that this data members value should be mapped to in the target json structure. Paths starting with $. are absolute, otherwise they are relative to the data-member's declaring type's path or the parent data-member's path.
Public propertyTarget
The free form identifier of the json format this attribute maps the data member in to.
Top
See Also