formam
Struct decoder
A package to decode HTTP form and query parameters into Go structs with flexible data types
a package for decode form's values into struct in Go
192 stars
5 watching
19 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
decodedecode-formdecodingform
Related projects:
Repository | Description | Stars |
---|---|---|
ghostiam/binstruct | Decodes binary data into structured format | 97 |
greencoda/confiq | A Go package for loading structured data into structs with mapping using tags and selectors. | 35 |
gorilla/schema | Converts data between structured formats and HTTP form values | 1,387 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
ajg/form | A package that facilitates high-fidelity encoding and decoding of data in web form formats | 248 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
albrow/forms | A lightweight Go library for parsing form data from HTTP requests. | 137 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
segmentio/encoding | A Go package providing efficient encoding and decoding APIs for various data formats. | 996 |
crusj/structrue-go.nvim | Displays the symbol structure of Go files in a more intuitive way | 42 |
drewstinnett/gout | A utility package for formatting and serializing data in standard formats. | 17 |
southclaws/supervillain | Converts Go structs to Zod schemas, handling various type complexities and custom conversions. | 78 |
danhper/structomap | Tool for generating maps from Go structs with dynamic transformation and serialization options. | 144 |
google/go-querystring | A library for encoding structs into URL query parameters | 1,992 |