There are times when you need to convert data from one format to the other and you don’t have any tools to do it, or you must do it so many times…
Tag: JSON
Minifying and Formatting JSON data with C#
Nowadays it’s very common to receive JSON data from many sources and to process it in our programs. I have the same problem and, sometimes, I also have to debug the received…