We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd23a2 commit bd15374Copy full SHA for bd15374
1 file changed
index.html
@@ -142,6 +142,15 @@ <h3 class="font-bold text-lg">Mock Generator</h3>
142
<p class="text-xs text-[--color-muted]">Generate randomized JSON datasets from schemas.</p>
143
</a>
144
145
+ <a href="/json" class="tool-card">
146
+ <div class="flex justify-between items-start">
147
+ <i class="fa-solid fa-vial-circle-check text-2xl text-[--color-accent]"></i>
148
+ <i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
149
+ </div>
150
+ <h3 class="font-bold text-lg">JSON Schema Studio</h3>
151
+ <p class="text-xs text-[--color-muted]">View Json Data and Schema.</p>
152
+ </a>
153
+
154
<div class="tool-card opacity-50 border-dashed border-2">
155
<i class="fa-solid fa-plus text-2xl mb-2"></i>
156
<h3 class="font-bold">Next Tool</h3>
0 commit comments