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
Trying to do something like this:
const dotProp = require('dot-prop') const data = { data: [{ price: 1234 }], } const result = dotProp.get(data, 'data[0].price')
But result is always undefined
undefined
Is this possible with this library? Or perhaps I should look at an alternative?
The text was updated successfully, but these errors were encountered:
It's coming soon: #82
Sorry, something went wrong.
Hey @sindresorhus any movement on this issue? I have a hack working, but I would much rather roll with something I can trust.
@mikeerickson https://github.com/sindresorhus/dot-prop/releases/tag/v7.0.0
Successfully merging a pull request may close this issue.
Trying to do something like this:
But result is always
undefined
Is this possible with this library? Or perhaps I should look at an alternative?
The text was updated successfully, but these errors were encountered: