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
symbolize_keys
Hi everyone! Checking the README I found this interesting option
However, when I tested it in my project, it didn't work as expected
Looking over the implementation, I detected that it uses a symbolize_keys expected in the on options, ignoring the sent during the initialization.
on
jsonpath/lib/jsonpath.rb
Lines 79 to 87 in 4e31ac9
So, I tried as follows and it worked!
Should the documentation be modified or rather the implementation? Thanks!
The text was updated successfully, but these errors were encountered:
I have tried to fix above issue, kindly check @joshbuddy
#165
Sorry, something went wrong.
Merge pull request #165 from anupama-kumari/master
96210e5
#162 : symbolize_keys option doesn't work as the README says
No branches or pull requests
Hi everyone!
Checking the README I found this interesting option
However, when I tested it in my project, it didn't work as expected
Looking over the implementation, I detected that it uses a
symbolize_keys
expected in theon
options, ignoring the sent during the initialization.jsonpath/lib/jsonpath.rb
Lines 79 to 87 in 4e31ac9
So, I tried as follows and it worked!
Should the documentation be modified or rather the implementation?
Thanks!
The text was updated successfully, but these errors were encountered: