form
Parameter parser
A Go package for encoding and decoding URL parameters into structured data types
Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
773 stars
14 watching
43 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
decodingencoderformform-dataparser
Related projects:
Repository | Description | Stars |
---|---|---|
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
tomwright/queryparam | Converts URL query parameters into struct values of the correct types | 19 |
albrow/forms | A lightweight Go library for parsing form data from HTTP requests. | 137 |
hashicorp/go-version | A library for parsing and verifying version numbers and constraints. | 1,631 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
ake-persson/encoding | Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
monoculum/formam | A package to decode HTTP form and query parameters into Go structs with flexible data types | 192 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
fergstar/go-parse | A Go client library providing a set of pre-built services to interact with the Parse API. | 1 |
gorilla/schema | Converts data between structured formats and HTTP form values | 1,387 |
openvenues/gopostal | Provides a Go interface to parse and expand international street addresses | 161 |
google/go-querystring | A library for encoding structs into URL query parameters | 1,992 |
txgruppi/parseargs-go | A string argument parser for Go that handles quoted arguments and flags as simple strings. | 10 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,736 |