We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a931e commit 8c05369Copy full SHA for 8c05369
README.md
@@ -1,4 +1,4 @@
1
-# JSON diff and rearrange tool for PHP
+# JSON diff/rearrange/patch/pointer library for PHP
2
3
A PHP implementation for finding unordered diff between two `JSON` documents.
4
composer.json
@@ -1,6 +1,6 @@
{
"name": "swaggest/json-diff",
- "description": "JSON diff and rearrange library for PHP",
+ "description": "JSON diff/rearrange/patch/pointer library for PHP",
"type": "library",
5
"license": "MIT",
6
"authors": [
0 commit comments