Simplifies working with nested objects and arrays by providing easy methods to retrieve, set, and check values at any path.
A safety way to get a value without throw errors
Prettify a path, for transfering it to express.render() or others. By the default, different servers use different slashes for pathname: / or \, but getPath() function fixes this dependency, so we can give it our path and get the full result back.