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
231 forks
Language: Go
last commit: 3 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 | 775 |
mozillazg/go-httpheader | A library to encode structs into HTTP header fields | 46 |
gorilla/pat | A simple HTTP router for Go. | 153 |
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. | 744 |
gogo/letmegrpc | Generates web forms from gRPC definitions | 421 |
ajg/form | A package that facilitates high-fidelity encoding and decoding of data in web form formats | 248 |
greencoda/confiq | A Go package for loading structured data into structs with mapping using tags and selectors. | 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. | 78 |
ghostiam/binstruct | Decodes binary data into structured format | 97 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |