search package:mustache
Search for a key in the current context.
The search is conducted inside out mening the current focus is
searched first. If the key is not found the outer scopes are
recursively searched until the key is found, then
innerSearch
is called on the result.
Searches nested scopes navigating inward. Fails if it encunters
something other than an object before the key is expended.