#10 Add Go JSON to struct tool (#11)

Closes #10

Reviewed-on: #11
Co-authored-by: stuzer05 <stuzer05@stuzer.link>
Co-committed-by: stuzer05 <stuzer05@stuzer.link>
This commit is contained in:
2024-03-14 11:10:56 +02:00
committed by Illya Marchenko
parent cd7c5a7c82
commit 1e8f7d3662
3 changed files with 513 additions and 0 deletions

View File

@ -42,6 +42,9 @@ export default {
'str_to_php_array': 'Str to PHP array',
'php_array_to_json': 'PHP array to Json',
},
'GO': {
'go_json_to_struct': 'JSON to Go struct',
},
'JSON': {
'json_formatter': 'JSON formatter',
},