Skip to content

Commit 9229248

Browse files
authored
Update README.md
1 parent 11aeb5b commit 9229248

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# json-diff
1+
# JSON Diff
2+
23
Compare two JSON objects side by side with visual diff highlighting. See additions, deletions, and changes instantly. Export diff reports in JSON, CSV, or TXT formats.
4+
5+
## Features
6+
7+
- Side-by-side or unified diff view with color highlighting
8+
- Ignores key order so structural changes stand out
9+
- Export diff results to JSON, CSV, or plain text
10+
- History and saved diffs for repeat comparisons
11+
- Paste or load from file; no data leaves your browser
12+
13+
## Why use this tool
14+
15+
Compare API versions, configs, or database dumps without command-line tools. Visual highlighting shows exactly what changed, and export lets you share or document differences.
16+
17+
## Try it
18+
19+
**[Try JSON Diff at Spoold →](https://spoold.com/tools/json/diff)**
20+
21+
---
22+
23+
## More from Spoold
24+
25+
[Spoold](https://spoold.com/tools) is a free developer toolbox that detects what you paste and opens the right tool.
26+
27+
- **No sign-up** – Use every tool without an account.
28+
- **Runs in your browser** – Your data stays on your device; we don’t store or log your input.
29+
- **Paste and go** – Paste JSON, HTML, JWT, curl, Base64, or any text on the homepage and Spoold suggests the right tool.
30+
- **One place for many tools** – JSON formatter, JWT decoder, Base64, UUID generator, regex tester, curl-to-code, and more.
31+
32+
**[Open Spoold →](https://spoold.com/)**

0 commit comments

Comments
 (0)