Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buntdb datastore should provide JSON key names for all fields #46

Open
prawnsalad opened this issue Aug 30, 2017 · 1 comment
Open

buntdb datastore should provide JSON key names for all fields #46

prawnsalad opened this issue Aug 30, 2017 · 1 comment

Comments

@prawnsalad
Copy link
Contributor

prawnsalad commented Aug 30, 2017

As it stands, only some of the fields have key names specified and they are all lower case. The other fields end up being capitalised in the JSON.

[{"Host":"irc.server.com","Port":6667,"use-tls":false,"verify-tls":false}]
@DanielOaks
Copy link
Member

Huh, I thought the Go json lib automagically lowercased any keys that go through it, weird. I'm totally onboard with this, yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants