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

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.

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
`