Deserialize JSON to dynamic object without Newtonsoft.Json
Hi, is there a way to deserialize json object to
I don't want to use additional dependency, but i can't find vanilla solution.
Thanks for help!
dynamic in .net? ideally from HttpContent.I don't want to use additional dependency, but i can't find vanilla solution.
Thanks for help!
