How to test serialization and deserialization
Newtonsoft.Json is the most popular package in 2019 yet. Because of a need to send data across different applications: browser client app or mobile app, .NET app or Node.JS server-side app, etc. They all must communicate with each other so there is only one way to go is serialization/deserialization. Since...