API to JSON Serialization C#
JSON stands for Javascript Object Notation, which is a format that encodes objects in a string. In JSON there is two most important part. One is Serialization and another one is you guessed it Deserialization.
What does Serialization or Deserializat...
pritom.hashnode.dev2 min read