Issue AF returning JsonResult with JsonSerializerSettings (StringEnumConverter, NullValueHandling = NullValueHandling.Ignore) instance passed through its constructor throws an exception. Investigative information Function App version: 3...
deserialization requires an exact string match within the JSON payload (casing and format). In .NET/C#, since your object graph generally contains pascal cased properties, and the JSON being serialized is pascal-cased as well. Alternatively, you could apply...