devkits-json-formatter 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
# @devkits/json-formatter
|
|
2
2
|
|
|
3
|
-
[](https://devkits-tools.surge.sh)
|
|
4
|
+
[](https://devkits-tools.surge.sh/pro.html)
|
|
4
5
|
|
|
5
6
|
Format, validate, and minify JSON. Syntax error detection with position info. Zero-dependency JSON utility for developers.
|
|
6
7
|
|
|
8
|
+
## 💎 Upgrade to DevKits Pro
|
|
9
|
+
|
|
10
|
+
Get access to **20+ premium tools** including SQL to Code, Data Faker, JWT Generator, and more — all for **$9 one-time**.
|
|
11
|
+
|
|
12
|
+
**[→ Unlock DevKits Pro](https://devkits-tools.surge.sh/pro.html)**
|
|
13
|
+
|
|
14
|
+
> 💡 **Pay with Crypto:** BTC, ETH, USDT (TRC-20), SOL accepted. [View crypto addresses](https://devkits-tools.surge.sh/assets/crypto-payment-addresses.md)
|
|
15
|
+
|
|
7
16
|
## 🧰 DevKits Pro Tools
|
|
8
17
|
|
|
9
18
|
This package is part of **DevKits** — 82+ free developer tools. The online JSON Formatter includes schema validation, tree view, and query/filter tools.
|
|
@@ -107,18 +116,9 @@ Formats JSON with keys sorted alphabetically.
|
|
|
107
116
|
|
|
108
117
|
## See Also
|
|
109
118
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
| Package | Description |
|
|
115
|
-
|---------|-------------|
|
|
116
|
-
| @devkits/base64-tool | Base64 encoding/decoding |
|
|
117
|
-
| @devkits/csv-json-converter | Convert between CSV and JSON |
|
|
118
|
-
| @devkits/markdown-tools | Markdown utilities |
|
|
119
|
-
| @devkits/env-editor | .env file utilities |
|
|
120
|
-
|
|
121
|
-
**Browse all 82 tools at [DevKits](https://devkits-tools.surge.sh)**
|
|
119
|
+
- [DevKits](https://devkits-tools.surge.sh) — 82 free developer tools
|
|
120
|
+
- [Invoicely](https://invoicely-app.surge.sh) — Free invoice generator
|
|
121
|
+
- [SnapOG](https://snapog.surge.sh) — Free OG image generator
|
|
122
122
|
|
|
123
123
|
## License
|
|
124
124
|
|
package/package.json
CHANGED