Searched refs:JSONSnakeCase (Results 1 – 3 of 3) sorted by relevance
110 func JSONSnakeCase(s string) string { func
123 if got := JSONSnakeCase(tt.in); got != tt.wantJSONSnakeCase {
860 if s != strs.JSONSnakeCase(cc) {888 s := strs.JSONSnakeCase(s0)