iancoleman / strcase

A golang package for converting to snake_case or CamelCase
MIT License
1.01k stars 106 forks source link

common string like JSONMap #5

Closed dfy167 closed 6 years ago

dfy167 commented 6 years ago

JSONData used to snake json_data but the result is j_s_o_n_data

iancoleman commented 6 years ago

Thanks for this, a regression test has also been added to ensure this feature remains in place.