Question
I want to check how to identify empty json returned from a!fromJson()
a!isNullOrEmpty(a!fromJson("{}")) gives me result as false but my requirement is to check if a!fromJson is empty then it should return true. How can we acheive this?
a!isNullOrEmpty(a!fromJson("{}")) gives me result as false but my requirement is to check if a!fromJson is empty then it should return true. How can we acheive this?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.