-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Issue with finding values for key containing dot #85
Comments
Hey @Vaibzz, from the docs:
Your options are to encode dots as
Or, alternatively, you can use the
|
Thanks @Jeffail . It works for me. |
@Jeffail Is there any performance degradation in Search method as compared to Path method? |
No, in fact it should be faster if anything. |
I am facing issues while fetching keys having "." in them.
Example code- https://play.golang.org/p/3vpVXQvA6fv
Please help.
The text was updated successfully, but these errors were encountered: