Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/justin-m-lacy/objecty
- Owner: justin-m-lacy
- License: mit
- Created: 2019-04-10T17:29:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T04:08:38.000Z (about 4 years ago)
- Last Synced: 2024-02-13T11:41:10.690Z (9 months ago)
- Topics: clone, deep-clone, javascript, js, json, jsonify, objects, util, utility
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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.