func getJSONName(field *pb.FieldDescriptorProto) string { name := field.GetJsonName() if name == "" { name = field.GetName() } return name }