Back to Practical Aspnetcore

Contract Customization - write number as string

projects/json/json-24/README.md

latest216 B
Original Source

Contract Customization - write number as string

This example shows how to customize serialization using DefaultJsonTypeInfoResolver. In this case we want to write number as string in JSON for Age values.