JsonStringEnumConverter
Converter to convert enums to and from strings.
public JsonStringEnumConverter()
Constructor. Creates the JsonStringEnumConverter with the
default naming policy and allows integer values.
public JsonStringEnumConverter(JsonNamingPolicy namingPolicy = null, bool allowIntegerValues = true)
Constructor.