Creates a Proxy that wraps an object to stringify nested object values when accessed directly.
This allows Mustache to access properties of objects (e.g., {{user.name}}) while
stringifying objects that are accessed as leaf values (e.g., {{user.profile}}).
Creates a Proxy that wraps an object to stringify nested object values when accessed directly. This allows Mustache to access properties of objects (e.g., {{user.name}}) while stringifying objects that are accessed as leaf values (e.g., {{user.profile}}).