https://github.com/200ok-ch/json-patcher
The chief cook and bottle washer of json patching
https://github.com/200ok-ch/json-patcher
Last synced: 3 months ago
JSON representation
The chief cook and bottle washer of json patching
- Host: GitHub
- URL: https://github.com/200ok-ch/json-patcher
- Owner: 200ok-ch
- Created: 2025-06-25T07:24:04.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-06-25T13:36:17.000Z (3 months ago)
- Last Synced: 2025-06-25T13:44:25.858Z (3 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: json-patcher
#+AUTHOR: 200ok.ch
#+DATE: 2025-06-25The chief cook and bottle washer of json patching
* Overview
*json-patcher* is a tool that processes JSON file versions and
generates patches, fixes, and changelogs. This project helps
manage and track changes between different versions of JSON files.* Features
- Generate patches between JSON versions
- Create fixes for JSON files
- Generate changelogs from JSON modifications* Installation
#+begin_src bash
bbin install io.github.200ok-ch/json-patcher
#+end_src* Usage
Example
#+BEGIN_SRC bash
json-patcher process v1 v2 --verbose
#+END_SRC* Requirements
- Babashka
- jsondiff/jsonpatch
- OpenAI API Key (optional)