Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justin-m-lacy/objecty

utility for dealing with objects in javascript. ancestor property enumeration, property-descriptor search, assign, deep-clone, jsonify, etc.
https://github.com/justin-m-lacy/objecty

clone deep-clone javascript js json jsonify objects util utility

Last synced: 26 days ago
JSON representation

utility for dealing with objects in javascript. ancestor property enumeration, property-descriptor search, assign, deep-clone, jsonify, etc.

Awesome Lists containing this project

README

        

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.