Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 209 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 209 Bytes

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.