-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add support for automatic JSON conversion #60
Comments
Also (automatic?) gzip compression?
|
While this sounds wonderful in some ways, what about the 100 other protocols? Isn't this feature creep? |
Yes, that is partly why I didn't rush into implementing it. But it could be that there is a way However JSON is very popular with MQTT:
I have been very frustrated with HTTP libraries, where there first thing I have to do in my code is There would certainly need to be a way of turning it on and off. I was imagining something like:
|
Perhaps as an option, but if all I want is MQTT, I should just get MQTT. Handling JSON from within Ruby is stupid simple, and I'd keep your code base clean and focused. Besides, what happens when the next person asks for XML? :) |
No description provided.
The text was updated successfully, but these errors were encountered: