Hello guys. I receive a JSON from api and it need to test by Postman
{
"d": [
{
"id": 1,
"name": "John",
"title": "Doe",
"service": "Postman",
"tr": [
{
"id": 28,
"tId": 237,
"la": "p5",
"su": "z0",
"bo": "y3",
"au": {
"CAT": "2022-07-08 07:18:28",
"CABY": 1254,
"UAT": "2022-07-08 07:18:28",
"UBY": 1254
}
}
],
}
}
My question is, How to test fields in βdβ array and βtrβ array.
I need to know, that I have, for example βtitleβ field and βtitleβ field has βDoeβ.
And βtldβ field is exit and has 237.
And CABY field is exit and has 1254.
Please help me with arrays