Click or drag to resize

JsonSerializeOptions Properties

The JsonSerializeOptions type exposes the following members.

Properties
  NameDescription
Public propertyEnumAsInteger
Serialize enum as string value
Public propertyEscapeUnicode
Should non-ascii characters be encoded
Public propertyMaxRecursionLimit
How far down the rabbit hole should the Json Serializer go with object-reflection before stopping
Public propertySanitizeDictionaryKeys
Should dictionary keys be sanitized. All characters must either be letters, numbers or underscore character (_). Any other characters will be converted to underscore character (_)
Top
See Also