{
"input": "+31623344601",
"status": "valid",
},
{
"input": "+31623774921",
"status": "invalid"
}
How can I save numbers that have a VALID status? I have a JSON response and I would like to save only valid numbers. How can I filter?