https://github.com/t99/merj
Painless recursive Javascript/JSON object merging.
https://github.com/t99/merj
json json-merger object-merging
Last synced: about 2 months ago
JSON representation
Painless recursive Javascript/JSON object merging.
- Host: GitHub
- URL: https://github.com/t99/merj
- Owner: T99
- License: gpl-3.0
- Created: 2019-06-13T18:10:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:02:22.000Z (over 3 years ago)
- Last Synced: 2024-08-10T23:44:23.333Z (almost 2 years ago)
- Topics: json, json-merger, object-merging
- Language: TypeScript
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# merj
Painless recursive Javascript/JSON object merging.
### [Find merj on NPM.](https://www.npmjs.com/package/merj)
## Installation
Install from NPM with
```
$ npm install --save merj
```
## Basic Usage
Basic usage instructions here.
## License
merj is made available under the GNU General Public License v3.
Copyright (C) 2019 Trevor Sears