From db6d14d4e9ea0a7316ed841af13f119b61b29c99 Mon Sep 17 00:00:00 2001 From: Julian Paule Date: Tue, 23 Sep 2025 12:36:56 +0200 Subject: [PATCH 1/3] link for json-diff-patch in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a714e69..7a5933aa 100644 --- a/README.md +++ b/README.md @@ -306,11 +306,13 @@ Check [Plugins documentation](docs/plugins.md) for details. ](https://github.com/wbish/jsondiffpatch.net) - [SystemTextJson.JsonDiffPatch (C#)](https://github.com/weichch/system-text-json-jsondiffpatch) +- [json-diff-patch (c++)](https://github.com/apack1001/json-diff-patch) - [Go JSON Diff (and Patch) ](https://github.com/yudai/gojsondiff) - [json-diff-patch (python)](https://github.com/apack1001/json-diff-patch) - [jsondiffpatch-react](https://github.com/bluepeter/jsondiffpatch-react), also check docs for [usage in react](/docs/react.md) + ## All contributors ✨ From 492bdd220828c232cdd1c3c4b2be5fb95da142c4 Mon Sep 17 00:00:00 2001 From: Julian Paule Date: Tue, 23 Sep 2025 12:37:57 +0200 Subject: [PATCH 2/3] Update C++ link in README for jsondiffpatch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a5933aa..cd579e82 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ Check [Plugins documentation](docs/plugins.md) for details. ](https://github.com/wbish/jsondiffpatch.net) - [SystemTextJson.JsonDiffPatch (C#)](https://github.com/weichch/system-text-json-jsondiffpatch) -- [json-diff-patch (c++)](https://github.com/apack1001/json-diff-patch) +- [jsondiffpatch-cpp (c++)]([https://github.com/apack1001/json-diff-patch](https://github.com/swompythesecond/jsondiffpatch-cpp)) - [Go JSON Diff (and Patch) ](https://github.com/yudai/gojsondiff) - [json-diff-patch (python)](https://github.com/apack1001/json-diff-patch) From dfcb22c4ac0e9dda53a156f83bca886fe9b86f1e Mon Sep 17 00:00:00 2001 From: Julian Paule Date: Tue, 23 Sep 2025 12:40:31 +0200 Subject: [PATCH 3/3] Consolidate related projects section in README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cd579e82..3c93b1e3 100644 --- a/README.md +++ b/README.md @@ -302,13 +302,10 @@ Check [Plugins documentation](docs/plugins.md) for details. ## Related Projects -- [jsondiffpatch.net (C#) - ](https://github.com/wbish/jsondiffpatch.net) -- [SystemTextJson.JsonDiffPatch - (C#)](https://github.com/weichch/system-text-json-jsondiffpatch) -- [jsondiffpatch-cpp (c++)]([https://github.com/apack1001/json-diff-patch](https://github.com/swompythesecond/jsondiffpatch-cpp)) -- [Go JSON Diff (and Patch) - ](https://github.com/yudai/gojsondiff) +- [jsondiffpatch.net (C#)](https://github.com/wbish/jsondiffpatch.net) +- [SystemTextJson.JsonDiffPatch (C#)](https://github.com/weichch/system-text-json-jsondiffpatch) +- [jsondiffpatch-cpp (C++)](https://github.com/swompythesecond/jsondiffpatch-cpp) +- [Go JSON Diff (and Patch)](https://github.com/yudai/gojsondiff) - [json-diff-patch (python)](https://github.com/apack1001/json-diff-patch) - [jsondiffpatch-react](https://github.com/bluepeter/jsondiffpatch-react), also check docs for [usage in react](/docs/react.md)