Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foreverzmy/jsoncargo
A set of tools for JSON and JSON Schema.
https://github.com/foreverzmy/jsoncargo
json jsonschema utils
Last synced: 3 months ago
JSON representation
A set of tools for JSON and JSON Schema.
- Host: GitHub
- URL: https://github.com/foreverzmy/jsoncargo
- Owner: foreverzmy
- License: mit
- Created: 2024-03-16T18:19:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T17:13:24.000Z (6 months ago)
- Last Synced: 2024-09-26T19:06:18.095Z (4 months ago)
- Topics: json, jsonschema, utils
- Language: TypeScript
- Homepage: http://jsoncargo.foreverz.cn/
- Size: 908 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsoncargo
# Install
```npm
npm install jsoncargo
```## Introduction
The `jsoncargo` package provides a versatile set of tools designed to interact with and manipulate JSON objects. It aims to simplify various operations involving JSON data, making it easier for developers to work with complex JSON structures.
## Docs
* [getSchemaByPath](https://jsoncargo.foreverz.cn/api/getSchemaByPath.html)
* [getDeltaByPath](https://jsoncargo.foreverz.cn/api/getDeltaByPath.html)
* [getDeltaType](https://jsoncargo.foreverz.cn/api/getDeltaType.html)
* [jsonMergePatch](https://jsoncargo.foreverz.cn/api/jsonMergePatch.html)
* [threeWayMerge](https://jsoncargo.foreverz.cn/api/threeWayMerge.html)
* [ObservableObject](https://jsoncargo.foreverz.cn/api/ObservableObject.html)