{G,S}et object values using MongoDB-like path notation
Create and parse HTTP Content-Type header
Define (or modify) an object property.
Allow parsing of '#foo in obj' brand checks
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Like `extend` but only copies missing properties/values to the target object.
Object utils.
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance
deep freeze, works with Map and Set
Extract callsite objects from Error objects
Easily set default fields in objects.
Determine and test types using constructor or {}.toString
Iterate over an object
traverse and transform objects by visiting every node on a recursive walk
Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.
Redact JS objects
Return an object as an 'x-www-form-urlencoded' string
A little lib for turning hdr-histogram-js to objects
get, set, delete deep objects in javascript. Get the last object reference
JavaScript utilities for nested objects
Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.
XML parsing utilities
TypeScript definitions for identity-obj-proxy
Modify deep object properties without modifying the original object (immutability). Works great with React and Redux.