gojson
struct generator
Automates generation of Go struct definitions from JSON or YAML documents
Automatically generate Go (golang) struct definitions from example JSON
3k stars
49 watching
207 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
cligogo-generategojsongolang
Related projects:
Repository | Description | Stars |
---|---|---|
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
galeone/rts | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |
limiu82214/gojmapr | A library to extract specific properties from complex JSON structures into Go structs with minimal code changes. | 22 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
mholt/json-to-go | Automates the conversion of JSON to Go type definitions | 4,505 |
m-zajac/json2go | Tool for generating Go type representations from JSON inputs | 132 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 82 |
grofers/go-codon | Generates Go server code from REST and workflow specifications | 142 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
twpayne/go-xmlstruct | Generates Go structs from multiple XML documents | 77 |
golang-jwt/jwt | An implementation of JSON Web Tokens for authentication and security in Go programming language | 7,240 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
tomwright/dasel | A tool for querying and modifying structured data from various formats. | 7,158 |