object-recursive-iterator
Iterate recursively over the enumerable properties of an object and execute the given callback on the objects's leafs.
Iterate recursively over the enumerable properties of an object and execute the given callback on the objects's leafs.
Flatten objects and replace nested props with 'prop.subprop'. A simple and small integration
Build, validate, and transform values with immutable typed schemas.
Convert object keys to PascalCase
Recursively trim all the strings in a collection (object or array).
Small and lightweight library that enables you to traverse deep nested objects and edit them
Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.
JavaScript library for working with Date and Time in different calendars and locals
Various object utility functions
Stringify any value to be used as the key of an object.
a few functional utilities for pretending that JS objects are Clojure string maps.
TypeScript utility to transform nested objects using a dot notation path.
ES6 polyfills that use native implementation if available and do not pollute the global namespace
The Type Conversion Library. Numbers, Strings, Arrays, Maps, Objects, and Iterators.
retrieve the type of your value by using constructors when possible
get a unique key for an object ( mainly for react's key={} )
Extract values and paths from AST by keys OR set them by keys
Generate all possible permutations of an object's key-value pairs
Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`
support object or array like php did: ?a[]=1&a[]=2 -> a=[1,2]