Add json minifier tool

This commit is contained in:
2024-09-19 11:58:34 +03:00
parent e99e92dda4
commit ee930f96fc
3 changed files with 57 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default {
// 'sql_tables_to_struct': 'SQL tables Go struct',
},
'JSON': {
'json_minifier': 'JSON minifier',
'json_formatter': 'JSON formatter',
},
'SQL': {