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

https://github.com/ravenox/hujson-patch

Merge patch for HuJSON (JWCC)
https://github.com/ravenox/hujson-patch

Last synced: 12 months ago
JSON representation

Merge patch for HuJSON (JWCC)

Awesome Lists containing this project

README

          

# hujson-patch

Apply JSON merge patch for HuJSON (JWCC)
Patch also may be in HuJSON format

Deep merge will be applied for maps

Originally developed for patch [VS Code](https://code.visualstudio.com/) settings files

## Installation
```sh
go install github.com/RaveNoX/hujson-patch@latest
```

## Usage
```sh
# hujson-patch

Usage: hujson-patch.out
Use "-" to read from STDIN (only applicable to one argument)

```

## License
[MIT](./LICENSE)