Skip to content

rhaseven7h/golangcustomjsontypesexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.