<PackageReference Include="System.Text.Json" Version="9.0.0-preview.7.24405.7" />

JsonStringEnumConverter<TEnum>

public class JsonStringEnumConverter<TEnum> : JsonConverterFactory where TEnum : struct, Enum
Converter to convert enums to and from strings.

Initializes a new instance of JsonStringEnumConverter<T> with the default naming policy and that allows integer values.

public JsonStringEnumConverter(JsonNamingPolicy namingPolicy = null, bool allowIntegerValues = true)

Initializes a new instance of JsonStringEnumConverter<T>.