We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}]
The text was updated successfully, but these errors were encountered:
Huh, I thought the Go json lib automagically lowercased any keys that go through it, weird. I'm totally onboard with this, yeah
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: