Check if an object is empty or not.
Reuse objects and functions with style
Check if a value is an object
Check if a value is a plain object
utilities for primitive JavaScript types
Safely get a dot-notated property within an object.
Utility functions to deal with references in objects
an identity object using ES6 proxies
Object utils.
Work with objects of different cased keys
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Simple JSON Addressing.
A small simple library to easily flatten / unflatten JSON objects. Uses square brackets in path to preserve arrays.
Recursively remove deeply nested properties and/or falsey values (excluding 0), empty objects, and empty arrays.
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Delete nested properties from an object using dot notation.
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
Does a JS type have a property
Properties file reader for Node.js
Easily read/write JSON files.
string representations of objects in node and the browser
Create custom commands using plain-old functions
extend 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.