✅ 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)
