unmarshaller
There are 15 repositories under unmarshaller topic.
andrewstuart/goq
A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library
eBay/jsonex
Java Object Serializer and Deserializer to JSON Format. Focuses on configuration friendliness, arbitrary object serialization and compact JSON format
Hexilee/unhtml
HTML unmarshaler for golang
fjl/gencodec
Command gencodec generates marshaling methods for Go struct types.
ahmedalhulaibi/flatfile
A library to unmarshal structured data read from a flat-file (text file) into a struct using struct tags
zerosnake0/jzon
A golang json library inspired by jsoniter
myENA/consul-decoder
Unmarshal consul KV data into abitrary structures
Soreing/parsley
Golang fast JSON unmarshaller with code generation
azlotnikov/goxtag
A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the htmlquery library
rhaseven7h/sqljson
SQL+JSON+Validator Support for sql.NullString, sql.NullBool, sql.NullInt64 and sql.NullFloat64.
gotamer/matter
TOML Frontmatter or Endmatter unmarshaller.
miquelfabregapascual/Java-Binding_Unmarshaller
List players and a player cards in a GUI using JAXB_Binding_Unmarshaller
prashantbasawa/jaxb-utility
JAXB Utility - A Handy Java Class for marshalling & unmarshalling XMLs.
rhaseven7h/golangcustomjsontypesexample
Go (Golang) Custom JSON Types Example
Jleagle/unmarshal-go
A collection of helper structs to unmarshal JSON where the types don't quite match.