Custom JSON options
Sometimes we may have a class that needs custom serialization settings e.g. the use of a JsonStringEnumConverter
. The following example needs to use that to get a string value for an enum value to be deserialized.
Note
The resource used in this example can be found here