 
      
    | You are here | antonz.org | ||
| | | | | ukiahsmith.com | |
| | | | | Use marshaling interfaces from the Go json package to control complex data types in JSON. | |
| | | | | benhoyt.com | |
| | | | | My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues. | |
| | | | | attilaolah.eu | |
| | | | | Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures. | |
| | | | | golb.hplar.ch | |
| | | |||