Diff Tool
Compare two texts and highlight differences
- 4 removed
+ 5 added
Original
Modified
Diff Result
{
"name": "Data Tools",
"version": "1.0.0",
"description": "A collection of useful tools",
"author": "John Doe"
"name": "Data Tools Suite",
"version": "2.0.0",
"description": "A comprehensive collection of data tools",
"author": "Jane Smith",
"license": "MIT"
}
Unified Diff
===================================================================
--- original
+++ modified
@@ -1,6 +1,7 @@
{
- "name": "Data Tools",
- "version": "1.0.0",
- "description": "A collection of useful tools",
- "author": "John Doe"
+ "name": "Data Tools Suite",
+ "version": "2.0.0",
+ "description": "A comprehensive collection of data tools",
+ "author": "Jane Smith",
+ "license": "MIT"
}
\ No newline at end of file