An open API service indexing awesome lists of open source software.

https://github.com/rhaseven7h/golangcustomjsontypesexample

Go (Golang) Custom JSON Types Example
https://github.com/rhaseven7h/golangcustomjsontypesexample

custom go golang json marshal marshalling struct type types unmarshall unmarshaller unmarshalling

Last synced: about 2 months ago
JSON representation

Go (Golang) Custom JSON Types Example

Awesome Lists containing this project

README

          

# Go (Golang) Custom JSON Types Example

This is a cumbersome example of custom Marshal and Unmarshal of a type to/from JSON.

Example includes a struct using a custom type with a custom JSON representation.