Object Utilities

4 functions for object manipulation and inspection

get(path, defaultValue?)

Safe property lookup by dot-path, with optional default

keys()

Get object keys as array

values()

Get object values as array

has(path)

Check whether object has a given dot-path (returns boolean)