go-querystring
go-querystring copied to clipboard
Feat: add Decode function to parse url.Values into struct
Adds a Decode function that maps url.Values into structs.
This mirrors the existing Values() encoder, and uses the same struct tags and nested field naming.
Useful for cases where query parameters need to be parsed into typed data structures (middleware, microservices mostly).
Fixes #153