Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
Hi this is an example!!
I want to check if a particular entry has proper entry.
lets say my “id” is integer for the 2nd loop and i give a string entry it shud show me error saying 2nd entry shud be int not a string(i tried including for loop)it isnt working
@danny-dainton can you please help me with this
[
{
"id": 108,
"status": "open",
"cam_reports": [
{
"id": "A1S1",
"status": "open"
}
],
"date": 1597116599557
},
{
"id": 1082,
"status": "open",
"cam_reports": [
{
"id": "A7S2",
"status": "open"
}
],
"date": 1596775719
},
{
"id": 1083,
"status": "open",
"cam_reports": [
{
"id": "A7S3",
"status": "open"
}
],
"date": 1596775720
},