Forum Discussion

sakshi's avatar
sakshi
New Contributor
14 years ago

XPath for JSON Request Body Parameters

How to write XPath for Request body parameters?? For example, I have Given id and name in request body like { "Id":1234, "Name":"ABC" } and the response returns the same JSON format with additi...