EXE
WinGet
JSON diff and patch
Joseph Burnett · 2.3.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
jd-arm64-windows.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
josephburnett.jd
Version
2.3.0
Description
JSON diff and patch.
License
MIT
↗
Homepage
https://github.com/josephburnett/jd
Upgrade Behavior
install(Install over existing)
Release Notes
# PathOptions
This release introduces PathOptions, a powerful new feature that enables precise control over how different parts of your JSON/YAML data are compared. PathOptions allow you to apply different comparison semantics to specific paths within your data structures, giving you fine-grained control over diff behavior.
Key Features:
- Targeted comparison options: Apply SET, MULTISET, precision, or setkeys options to specific paths using the syntax `{"@":["path","to","target"],"^":[options]…