finding specific Json field value without model class
I am looking a way to get the specific value from complex json without creating the Model class. I am able to read via Newtonsoft but with model and since I have many different json model,is it possible to get…