https://github.com/damelyngdoh/dl-json-utilities
JSON utilites for comparing and manipulating JSON objects.
https://github.com/damelyngdoh/dl-json-utilities
javascript json library typescript utilities
Last synced: about 2 months ago
JSON representation
JSON utilites for comparing and manipulating JSON objects.
- Host: GitHub
- URL: https://github.com/damelyngdoh/dl-json-utilities
- Owner: DameLyngdoh
- License: mit
- Created: 2019-09-29T20:47:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T08:40:21.000Z (almost 7 years ago)
- Last Synced: 2025-10-10T05:42:40.901Z (9 months ago)
- Topics: javascript, json, library, typescript, utilities
- Language: JavaScript
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TypeScriptand JS JSON Utilities
This is a library of utilities for JSON comparison primarily and also manipulation.
## Install
### NPM
`
npm i dl-json-utilities
`
## API Documentation
The complete API reference can be found in `docs/index.html`.
The documentation for this project was generated using [Compodoc](https://compodoc.app).
## Demo
Run `demo.js` or `demo.ts` to see the output of the sample code. The code is simple and self-explanatory. If you are using the package and downloaded it using `npm` then the import state would have to be changed accordingly.
`
node demo.js
`