I want to check if my Bond or null is empty and NULL.
{
Bonds =(
{
DOB = "12/09/1988";
about = "";
}
);
User = {
city = CA;
email = "karmhadadmtl@gmail.com";
};
success = True;
}
The second time this type get data, how to check the Bond key
{
Bonds = Null;
User = {
city = CA;
email = "developer.i12@gmail.com";
};
success = True;
}
source
share