-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Feature Request: Case Sensitive Keys #1013
Comments
👋 Thanks for reporting! A maintainer will take a look at your issue shortly. 👀 In the meantime: We are working on Viper v2 and we would love to hear your thoughts about what you like or don't like about Viper, so we can improve or fix those issues. ⏰ If you have a couple minutes, please take some time and share your thoughts: https://forms.gle/R6faU74qPRPAzchZ9 📣 If you've already given us your feedback, you can still help by spreading the news, https://twitter.com/sagikazarmark/status/1306904078967074816 Thank you! ❤️ |
Actually, even in the case where I call Get on an individual key which maps to a JSON object, it still makes the keys of that JSON object lower case as well.
Is there any way to get the value of the "CaseSensitive" key in this example using viper? |
See 2cb5cbf |
Duplicate of #1014 |
2cb5cbf
|
Case sensitive keys are useful in many contexts, but they are not currently possible using viper.
The text was updated successfully, but these errors were encountered: