Registry / serialization / jhump-protoreflect

jhump-protoreflect

JSON →
library1.18.0gogounverified

Provides reflection-based utilities for working with Protocol Buffers in Go.

go get github.com/jhump/protoreflect
INSTALL
IMPORT
SIG · JHUMP-PROTOREFLECT
J
jhump-protoreflect
serializationgov1.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

protoreflect
github.com/jhump/protoreflect

Parses a .proto file using the protoparse subpackage.

package main import ( "fmt" "github.com/jhump/protoreflect/desc/protoparse" ) func main() { parser := protoparse.Parser{} _, err := parser.ParseFiles("example.proto") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.18.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jhump-protoreflect — go get jhump-protoreflect · libregistry