Add json formatter

This commit is contained in:
2024-03-05 12:04:07 +02:00
parent bc576c17b0
commit 650267ca1e
3 changed files with 62 additions and 0 deletions

View File

@ -41,6 +41,9 @@ export default {
'str_to_php_array': 'Str to PHP array',
'php_array_to_json': 'PHP array to Json',
},
'JSON': {
'json_formatter': 'JSON formatter',
},
'SQL': {
'sql_formatter': 'SQL formatter',
'sql_split_in': 'SQL split IN',