Skip to content

Commit 1b63363

Browse files
Update README with new tools and sections
1 parent 98eac66 commit 1b63363

1 file changed

Lines changed: 70 additions & 39 deletions

File tree

README.md

Lines changed: 70 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,51 +17,82 @@ All tools work **locally in your browser** — your data never leaves your machi
1717

1818
---
1919

20-
## 🚀 Available Tools
2120

22-
### 🔹 JSON Viewer & Formatter
23-
View, format, and prettify JSON with syntax highlighting.
24-
👉 https://jsonviewertool.com
21+
## ⭐ Popular Tools
22+
23+
### 🔹 Core JSON
24+
- **JSON Viewer** — view JSON in a collapsible tree
25+
https://jsonviewertool.com/json-viewer
26+
- **JSON Formatter** — prettify / beautify JSON instantly
27+
https://jsonviewertool.com/json-formatter
28+
- **JSON Validator** — validate JSON & locate syntax errors
29+
https://jsonviewertool.com/json-validator
30+
- **JSON Minifier** — compress JSON for production
31+
https://jsonviewertool.com/json-minifier
32+
- **JSON Compare** — diff two JSON payloads
33+
https://jsonviewertool.com/json-compare
34+
35+
### 🔁 Converters
36+
- **YAML → JSON** — debug Kubernetes & CI configs quickly
37+
https://jsonviewertool.com/yaml-to-json
38+
- **JSON → YAML** — convert JSON configs to YAML
39+
https://jsonviewertool.com/json-to-yaml
40+
- **JSON → CSV** — export API responses to CSV for Excel/Sheets
41+
https://jsonviewertool.com/json-to-csv
42+
- **CSV → JSON** — convert spreadsheets into structured JSON
43+
https://jsonviewertool.com/csv-to-json
44+
- **JSON → XML** — integrate with legacy systems
45+
https://jsonviewertool.com/json-to-xml
46+
- **XML → JSON** — convert XML/SOAP responses to modern JSON
47+
https://jsonviewertool.com/xml-to-json
48+
- **JSON → Excel** — one-click `.xlsx` export
49+
https://jsonviewertool.com/json-to-excel
50+
51+
### 🧠 Advanced / Developer Utilities
52+
- **JSON Merge** — merge multiple JSON objects
53+
https://jsonviewertool.com/json-merge
54+
- **JSON Flatten / Unflatten** — handle deeply nested JSON
55+
https://jsonviewertool.com/json-flatten
56+
- **JSONPath / JMESPath** — query JSON like SQL
57+
https://jsonviewertool.com/json-path
58+
- **JSON Schema Validator** — validate JSON using schema rules
59+
https://jsonviewertool.com/json-schema-validator
60+
- **JSON Sample Generator** — generate mock JSON data
61+
https://jsonviewertool.com/json-sample-generator
62+
- **JSON Size Analyzer** — measure payload size for APIs
63+
https://jsonviewertool.com/json-size-analyzer
64+
65+
### 🔐 Encoding & Security
66+
- **JWT Decoder** — decode JWT header/payload/signature
67+
https://jsonviewertool.com/jwt-decoder
68+
- **Base64 Encoder** — encode text/files to Base64
69+
https://jsonviewertool.com/base64-encoder
70+
- **Base64 Decoder** — decode Base64 data
71+
https://jsonviewertool.com/base64-decoder
72+
- **UUID Generator** — generate RFC-compliant UUIDs
73+
https://jsonviewertool.com/uuid-generator
74+
75+
### 🧰 Text & Misc
76+
- **JSON Escape / Unescape** — escape strings safely
77+
https://jsonviewertool.com/json-escape
78+
- **Compare Clips (Text Diff)** — compare any text quickly
79+
https://jsonviewertool.com/compare-clips
80+
81+
➡️ **Explore all tools:** https://jsonviewertool.com/
2582

26-
### 🔹 JSON Validator
27-
Validate JSON and instantly identify syntax errors.
28-
👉 https://jsonviewertool.com/json-validator
29-
30-
### 🔹 JSON to CSV Converter
31-
Convert JSON data into CSV format for Excel and spreadsheets.
32-
👉 https://jsonviewertool.com/json-to-csv
33-
34-
### 🔹 CSV to JSON Converter
35-
Convert CSV files into structured JSON objects.
36-
👉 https://jsonviewertool.com/csv-to-json
37-
38-
### 🔹 JWT Decoder
39-
Decode JWT tokens locally and inspect header, payload, and signature.
40-
👉 https://jsonviewertool.com/jwt-decoder
41-
42-
### 🔹 JSON Minifier
43-
Minify JSON to reduce file size for production use.
44-
👉 https://jsonviewertool.com/json-minifier
45-
46-
### 🔹 YAML to JSON Conversion
47-
48-
Developers often need to convert configuration files written in YAML (or YML)
49-
into strict JSON format for APIs, validation, and automation workflows.
83+
---
5084

51-
You can use a free, browser-based YAML to JSON converter here:
52-
👉 https://jsonviewertool.com/json-to-yaml
53-
👉 https://jsonviewertool.com/yaml-to-json
85+
## 🧩 Ecosystem (CLI + SDK)
5486

55-
The conversion runs fully client-side, so your data is not uploaded or stored.
87+
- 🐍 **CLI (Python / PyPI):** https://pypi.org/project/jsonviewertool-cli/
88+
-**Java Utilities SDK:** https://github.com/coderaviverma/jsonviewertool-utils
5689

57-
### 🔹 JSON ↔ XML Converter
58-
Convert between JSON and XML formats easily.
59-
👉 [https://jsonviewertool.com/json-to-xml](https://jsonviewertool.com/json-to-xml)
60-
👉 [https://jsonviewertool.com/xml-to-json](https://jsonviewertool.com/xml-to-json)
90+
---
6191

62-
### 🔹 UUID Generator
63-
Generate UUID (v4) values instantly.
64-
👉 https://jsonviewertool.com/uuid-generator
92+
## 🛡️ Privacy & Security
93+
- No server-side processing of your JSON
94+
- No file uploads
95+
- Everything runs locally in your browser
6596

6697
---
6798

0 commit comments

Comments
 (0)