Automatically generate structs from json
![]() |
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
examples | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
autostruct.go | %!s(int64=2) %!d(string=hai) anos | |
go.mod | %!s(int64=2) %!d(string=hai) anos | |
sample.json | %!s(int64=2) %!d(string=hai) anos | |
utils.go | %!s(int64=2) %!d(string=hai) anos |
Given unknown json but want nice clean structures to load it consistently?
AutoStruct should help with that.