Add php array to json tool

This commit is contained in:
2023-12-12 12:21:09 +02:00
parent 3b0517161f
commit 99e6523f0c
6 changed files with 110 additions and 3 deletions

View File

@ -35,6 +35,7 @@ export default {
'str_to_lower_upper': 'Str to lower/upper',
'str_remove_duplicate_lines': 'Str remove duplicate lines',
'str_to_php_array': 'Str to PHP array',
'php_array_to_json': 'PHP array to Json',
'url_encode_decode': 'URL encode/decode',
},
'SQL': {