I'm consuming a web service which returns values in JSON format. The models are predefined, but some values are optional. The optional values may not be sent at all. Is there an easy way to check if a key exists prior to calling a getItem method?
Right now I'm just loading a structure using the getItem methods.
Thank you.