feat: add Json <> Yaml converter

This commit is contained in:
rusconn
2022-03-26 03:18:44 +00:00
parent 55fd4a6473
commit 20df0b8c19
16 changed files with 398 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ const tools = [
title: "Json <> Yaml Converter",
description: "Convert Json data to Yaml and vice versa",
keywords: "json yaml converter",
href: pagesPath.$url(),
disabled: true,
href: pagesPath.converters.json_yaml.$url(),
disabled: false,
},
{
icon: <Numbers />,