If only the existence of a result is needed from JSONway.get, then JSONway.has can be used to check if the result is something else than undefined or an empty list or object.
JSONway.has(myObject, 'aa.bb.cc')
// true
JSONway.has(myObject, 'aa.missing.bb')
// false