Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)