Is there a simpler way than using ___ in object to check the existence of each level of an object to check the existence of a single member?
___ in object
More conci
Theres a safeRead function defined here on thecodeabode which allows a safeRead of nested properties i.e.
safeRead(foo, 'bar', 'jim', 'jam');
if any of the properties are null or undefined a blank string is returned - useful for formatting / string interpolation