schema
Form converter
Converts data between structured formats and HTTP form values
Package gorilla/schema fills a struct with form values.
1k stars
30 watching
232 forks
Language: Go
last commit: 5 months ago encoderformsgogolanggorillagorilla-web-toolkithttpschema
Related projects:
Repository | Description | Stars |
---|---|---|
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
monoculum/formam | A package to decode HTTP form and query parameters into Go structs with flexible data types | 192 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 781 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
gorilla/pat | A simple HTTP router for Go. | 154 |
eun/go-convert | A utility package for converting data between different types and structures in Go programming language | 22 |
gorilla/feeds | A Go library that generates web feeds in Atom and RSS 2.0 formats from any application. | 747 |
gogo/letmegrpc | Generates web forms from gRPC definitions | 423 |
ajg/form | A package that facilitates high-fidelity encoding and decoding of data in web form formats | 249 |
greencoda/confiq | A library for populating structs with data from various formats. | 35 |
gorilla/css | A utility for parsing and breaking down CSS3 code into smaller components | 87 |
chanced/caps | A case conversion library for Go. | 54 |
southclaws/supervillain | Converts Go structs to Zod schemas, handling various type complexities and custom conversions. | 81 |
ghostiam/binstruct | Decodes binary data into structured format | 99 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 78 |