C#C
C#2y ago
61 replies
The Fog from Human Resources

✅ Serialize and Deserialize JSON using built in components

Im trying to get rid of my habit of blasting Newtonsoft.Json everywhere since many ppl here have told me its bad practice, how would i go on about serializing and deserializing Objects and JSON strings (for example turn a JSON string into a given Object)
Was this page helpful?