Change the JSON implementation to implement camel_case strings instead of capitalized strings. For example: 'SomeEnumValue' is saved as 'some_enum_value'.
Implement the Scan() & Value() methods to satisfy the interface to the DB. Assume a column of type Varchar or text. The value marshalled/unmarshalled should be the same as the JSON implementation
AC: github.com/campoy/jsonenums provides a good base for this work
https://clypdinc.atlassian.net/browse/MAIN-15787