# Ob Job (beta)

A library of deep/recursive utilities for nested objects.

Many functions will be similar to the object functions in lodash but will be deep/recursive versions.

Ob Job includes the following functions and many more with every function being a deep/recursive implementation:

* clone
* equals
* expand
* filter
* flatten
* keys
* mapValues
* merge
* omit
* pick
* values
* [More...](https://rawgit.com/chiedolabs/objob/master/docs/index.html)

## Installation
	npm install objob
	
## Usage
	import ob from 'objob';

## Further Reading

  * [API Documentation](https://rawgit.com/chiedolabs/objob/master/docs/index.html)
  * [Changelog](./CHANGELOG.md)
  * [Contributing](./CONTRIBUTING.md)

## Bugs

Objob is still in beta so please submit issues if you find any bugs.

## Roadmap

 * It is on the todo list to port over all of the lodash Object functions and make them recursive. So much to do, so little time.

## Special Thanks

  * [Kyle Matthews - Merge](https://github.com/KyleAMathews/deepmerge)

## License
MIT
