# README
Case conversion
This package contains two functions:
Camel
copied from thegithub.com/golang/protobuf/protoc-gen-go/generator
package.JSONCamelCase
copied from thegithub.com/protocolbuffers/protobuf-go/internal/strs
package.
Both these modules are licensed by The Go Authors, as reflected in this package's [LICENSE.md].
# Functions
Camel returns the CamelCased name.
CamelIdentifier returns the CamelCased identifier without affecting the package name/path if any.
JSONCamelCase converts a snake_case identifier to a camelCase identifier, according to the protobuf JSON specification.