Object utils including deep clones, assign, property enumeration, prototype property enumeration, json conversion, deep reference, etc.


Keywords
object, assign, clone, enumeration, properties, prototypes, jsonify, json, util, utility, deep-clone, javascript, js, objects
License
ISC
Install
npm install objecty@1.0.7

Documentation

Provides a variety of Object utilities.

Recursive Object cloning Recursive Object-class cloning. Simple recursive jsonify. Object merging. Safer Object merging.

The collection consists of functions I've needed for my own personal projects, and are tailored to that end. Requests for new methods/alterations are considered.

Please notify with any special-bug cases that arise.