jd - JSON diff and patch
Version updated for https://github.com/josephburnett/jd to version v2.4.0.
- This action is used across all versions by 365 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, jd, is a tool for diffing and patching JSON and YAML files. It simplifies comparison and merging by generating minimal, human-readable differences, and supports multiple patch formats, including JSON Merge Patch (RFC 7386) and a subset of JSON Patch (RFC 6902). The action automates the detection of structural changes, ensures accurate updates, and provides functionality for format translation, making it highly useful for managing and synchronizing data structures in software development workflows.
Release notes
Full Changelog: https://github.com/josephburnett/jd/compare/v2.3.1...v2.4.0