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)
- Host: GitHub
- URL: https://github.com/ravenox/hujson-patch
- Owner: RaveNoX
- License: mit
- Created: 2025-04-04T23:14:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T01:58:41.000Z (about 1 year ago)
- Last Synced: 2025-05-31T21:17:32.418Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)