Automation Rhapsody
Posts with tag: Newtonsoft.Json
Serialize and deserialize enum values to custom string in C# with Json.NET
How to serialize and deserialize C# enum values to customs strings.
Dec 15, 2019
.NET Core integration testing and mock dependencies
How to do integration testing on .NET Core application and stub or mock some inconvenient dependencies.
Jan 3, 2018
Partial JSON deserialize by JsonPath with Json.NET
Code examples how to deserialize only part of a big JSON file by JsonPath when using Newtonsoft Json.NET.
Sep 20, 2017