Registry / utility / vmihailenco-tagparser-v2

vmihailenco-tagparser-v2

JSON →
library2.0.0gogounverified

Package tagparser parses struct tags into key-value pairs.

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

tagparser
github.com/vmihailenco/tagparser/v2

Parses a struct tag string into a map of key-value pairs.

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

No known issues recorded.

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

No dependency data recorded yet.

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