skip to Main Content

Iterate through JSON Dictionary using C#

I want to iterate through a JSON file of this kind, using C#, and compare if the response is the same as the expected response. Json file: { "request": "AAA", "response": "BBB", "expected_response": "BBB" }{ "request": "CCC", "response": "DDD", "expected_response":…

VIEW QUESTION
Back To Top
Search