Keypaths!
Access nested values by specifying a keypath.
Object properties can be accessed with dot notation, and arrays can be indexed with bracket notation.
const email = keyed(settings, "profiles[0].email");
Access nested values by specifying a keypath.
Object properties can be accessed with dot notation, and arrays can be indexed with bracket notation.
const email = keyed(settings, "profiles[0].email");