I have JSON object and need to test if element exists.
This element will have empty string if exists.
Element "AmbiguousAddressIndicator" will appear with empty string if needed.
Thank you in advance.
This element will have empty string if exists.
Code:
{ "XAVResponse": { "Response": { "ResponseStatus": { "Code": "1", "Description": "Success" }, "TransactionReference": { "CustomerContext": "Verify that an XAV request with an Address Line 1 element returns a successful response." } }, "AmbiguousAddressIndicator": "", . . . } }
Thank you in advance.
Comment