json2go
JSON generator
Tool for generating Go type representations from JSON inputs
Create go type representation from json
132 stars
4 watching
19 forks
Language: Go
last commit: about 3 years ago
Linked from 2 awesome lists
clijsonjson-to-gojson-to-golangjson-to-struct
Related projects:
Repository | Description | Stars |
---|---|---|
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
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 |
miku/zek | Automates creation of Go structs from XML documents | 756 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 862 |
andrew-m-c/go.jsonvalue | A Go library for working with unstructured JSON data efficiently | 190 |
jmattheis/goverter | Automates the generation of type-safe conversion methods between data structures | 576 |
qntfy/kazaam | A JSON transformation library for Go | 283 |
hjson/hjson-go | A Go implementation of a lightweight, comment-based JSON alternative | 333 |
elgs/gojq | A Go library for querying and manipulating JSON data | 191 |
galeone/rts | Generates Go structs from JSON responses to specific routes defined in a configuration file. | 248 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 81 |
spyzhov/ajson | JSON parser with path selection support | 249 |
rjeczalik/interfaces | Tools for generating interfaces and structs in Go | 423 |