Registry / utility / vmihailenco-tagparser

vmihailenco-tagparser

JSON →
library0.1.2gogounverified

A Go library for parsing struct tags.

go get github.com/vmihailenco/tagparser
INSTALL
IMPORT
SIG · VMIHAILENCO-TAGPAR
V
vmihailenco-tagparser
utilitygov0.1.2
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.

tagparser
✓ github.com/vmihailenco/tagparser

Parse a struct tag

package main import ( "fmt" "github.com/vmihailenco/tagparser" ) func main() { tags := tagparser.Parse(`json:"name,omitempty"`) fmt.Println(tags.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
vmihailenco-tagparser — go get vmihailenco-tagparser · libregistry