Prakash Nath Jha
11/15/2024, 5:58 AMPrakash Nath Jha
11/15/2024, 5:58 AMPrakash Nath Jha
11/15/2024, 5:58 AM{
"items": [
{
"id": 1,
"name": "Item 1",
"description": "Description of Item 1"
},
{
"id": 2,
"name": "Item 2",
"description": "Description of Item 2"
},
{
"id": 3,
"name": "Item 3",
"description": "Description of Item 3"
}
]
}
Prakash Nath Jha
11/15/2024, 5:59 AMid
in the json document abovePrakash Nath Jha
11/15/2024, 5:59 AMLee Turner
11/15/2024, 9:15 AMparseJson
at the top of your response and then query that json to determine what response to send back.
This doesn't work very well if you want to share that data across multiple stubs though