generic
Data type converter
A package providing a flexible data type in Go, allowing encoding and decoding of various data types without the need for explicit casting or switching.
flexible data type for Go
48 stars
3 watching
7 forks
Language: Go
last commit: about 4 years ago
Linked from 2 awesome lists
flexible-datagenericgogolangmarshallertypes
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility package for converting data between different types and structures in Go programming language | 22 |
| A library providing safe conversion and data retrieval functions from complex structures to basic types in Go. | 46 |
| A Go package that provides a performant wrapper around the official reflect package for loose type conversion and assignment into native types. | 47 |
| A tool to convert data from XML or JSON formats into Go structs. | 34 |
| Provides Go implementations of common data types used in international data transfer and validation | 19 |
| Automates the generation of type-safe conversion methods between data structures | 576 |
| Converts data types safely and efficiently in Go programs | 48 |
| A package providing functions to convert between string representations of primitive types and their corresponding Go types on slices. | 10 |
| A library that provides fast and intuitive conversions across various Go types with a simple API. | 383 |
| Provides a generic interface to encode and decode data in a platform-agnostic way. | 9 |
| A utility package for processing and transforming data in Golang applications. | 151 |
| A tool that analyzes Go source code to identify and report unnecessary type conversions. | 380 |
| A library that converts values between arbitrary Go types at runtime | 23 |
| Generics implementation for Go to improve type safety and flexibility in generic programming | 114 |
| A Go package for encoding and decoding URL parameters into structured data types | 781 |