-
Notifications
You must be signed in to change notification settings - Fork 615
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
configurable: convert symbols in soap.body hash to lowerCamelCase or UpperCamelCase #158
Comments
Hello nlloyd, I think I have a pull request that I think does this(https://github.com/rubiii/savon/pull/172). Regards, |
This is EXACTLY what I mean! -Nick On Fri, Apr 1, 2011 at 1:55 PM, walle <
|
Nice, I had a need for this too. Have you tested it in your environment? |
this is now part of v0.9.0. please read the changelog. |
You just made my day :-) Continue the excellent work! -Nick On Tue, Apr 5, 2011 at 1:58 PM, rubiii <
|
Working with straight strings, while helpful as an override to default behavior, is not as nice as working with symbols when building out hash objects for soap.body content... any way we could get a configuration option to set Gyoku to convert hash keys that are symbols to either lowerCamelCase or UpperCamelCase?
The text was updated successfully, but these errors were encountered: