enumer
enumer copied to clipboard
Added ability to change marshalling to json, text, yaml to int
The current functionality of enumer realizes Marshal/Unmarshal of json, text, and yaml with conversion to string representation
, but add an option to accommodate cases where it is desired to use them as int
.