JSPM

  • Created
  • Published
  • Downloads 235
  • Score
    100M100P100Q91420F
  • License MIT

A tool for controlling and manipulating javascript object fields and output.

Package Exports

  • objob

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (objob) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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
  • merge
  • omit
  • pick
  • values
  • More...

Installation

npm install objob

Usage

import ob from 'objob';

Further Reading

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

License

MIT