Jason.Structs.TypedStructPlugin (jason_structs v0.3.0) View Source
A Typed Struct plugin, used to customize
a definition of a TypedStruct
.
This plugin converts a TypedStruct
into a Jason.Structs.Struct
by adding
specific properties and functions needed for JSON encoding and decoding.
This plugin is applied automatically to any module with the expression use Jason.Structs.Struct
in it.