Extract values from nested objects using dynamic object, key, and target paths with dot notation.
Check if a value is an object
Check if a value is a plain object
Some utilities for JSON pointers described by RFC 6901
Properties file reader for Node.js
Safely get a dot-notated property within an object.
A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Map object keys and values into a new object
Delete nested properties from an object using dot notation.
Simple JSON Addressing.
Gets the job done when JSON.stringify can't
Filter object keys and values into a new object
Utility functions to deal with references in objects
Set nested properties on an object using dot notation.
Define a non-enumerable read-only property.
Allow parsing of '#foo in obj' brand checks
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
tiny util for getting and setting deep object props safely
Prevent the screen of the mobile device from falling asleep.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
JavaScript utilities for nested objects
Reuse objects and functions with style
get, set, delete deep objects in javascript. Get the last object reference