feat: add json formatter

This commit is contained in:
rusconn
2022-04-01 21:49:16 +09:00
parent a4267f4caf
commit 3d2c74804e
7 changed files with 159 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ const toolGroups = [
longTitle: "JSON Formatter",
description: "Indent or minify JSON data",
keywords: "json formatter",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.formatters.json.$url(),
disabled: false,
},
],
},