-
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
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
Is this possible with this library? Or perhaps I should look at an alternative?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels