Skip to main content

PropertyConvention

Assembly: ServiceStack.Text.dll
View Source
Declaration
public enum PropertyConvention

Fields

Strict

The property names on target types must match property names in the JSON source

View Source
Declaration
Strict = 0

Lenient

The property names on target types may not match the property names in the JSON source

View Source
Declaration
Lenient = 1