CodeChain-io / CodeChain-io/codechain-sdk-go
Replace hard-coded json tags to customized-marshaller
Open
- Dominant language
- Go
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Almost all field names in JSON format are same with the deserialized Go types. So I want to propose to implement custom Marshaller changing `PascalCase` to `camelCase`
Implementors can consult the following : https://gist.github.com/Rican7/39a3dc10c1499384ca91
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.