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.
Files changed (2) hide show
  1. package/README.md +13 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # @devkits/json-formatter
2
2
 
3
- [![Part of DevKits](https://img.shields.io/badge/DevKits-82%2B%20Tools-blue)](https://devkits-tools.surge.sh)
3
+ [![Part of DevKits](https://img.shields.io/badge/DevKits-84%2B%20Tools-blue)](https://devkits-tools.surge.sh)
4
+ [![DevKits Pro](https://img.shields.io/badge/Pro%20Available-%249%20one--time-amber)](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
- **Free Online Version:** [DevKits - JSON Formatter](https://devkits-tools.surge.sh)
111
-
112
- ### Other DevKits npm Packages
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devkits-json-formatter",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Format, validate, and minify JSON. Syntax error detection with position info. Zero-dependency JSON utility for developers.",
5
5
  "main": "index.js",
6
6
  "files": [