| JsonConverterAttribute |
Specifies a custom JSON converter class for a field, property, or type. |
| JsonEnumValuesAttribute |
Specifies custom string values for enumeration members during JSON serialization. |
| JsonIgnoreAttribute |
Excludes a field or property from JSON serialization and deserialization. |
| JsonIncludeAttribute |
Controls when a property is included in JSON serialization. |
| JsonManagedAttribute |
Indicates the object lifetime is managed by the class itself, so serializer should not destroy it. |
| JsonNamingStrategyAttribute |
Specifies a naming strategy for converting property names during JSON serialization. |
| JsonPropertyAttribute |
Specifies a custom JSON property name for a field or property. |