Automatically generate structs from json

Apollo 08293ef2f0 Added LoadJson to autostruct %!s(int64=2) %!d(string=hai) anos
examples 08293ef2f0 Added LoadJson to autostruct %!s(int64=2) %!d(string=hai) anos
README.md 404c5be37e Initialized Repo %!s(int64=2) %!d(string=hai) anos
autostruct.go 08293ef2f0 Added LoadJson to autostruct %!s(int64=2) %!d(string=hai) anos
go.mod 404c5be37e Initialized Repo %!s(int64=2) %!d(string=hai) anos
sample.json f0a3a62ba2 Added basic structure creation %!s(int64=2) %!d(string=hai) anos
utils.go f0a3a62ba2 Added basic structure creation %!s(int64=2) %!d(string=hai) anos

README.md

AutoStruct

Given unknown json but want nice clean structures to load it consistently?

AutoStruct should help with that.