I am trying to figure out how to parse the data returned during a response from the Visual Recognition service
[07/05/2018 20:39:40][ExampleVisualRecognition.OnClassifyPost()][DEBUG]
{"images":[{"classifiers":
[{"classifier_id":"Shapes_925471689","name":"Shapes","classes":
[{"class":"Square","score":0.787}]},
I know that customData["json"].ToString()) prints this output, and it a dictionary object but how would I extract specific data from the dictionary/Json such as "class" value "Square" ?