Get child property from Json to class property
I am getting JSON objects through http requests and I was wondering if there is a way to access, via Newtonsoft to child properties of an object directly. This is an example of the JSON I receive: { "id": "005",…