jmespath / jmespath/jmespath.js
How to access where attribute begins with a number?
Open
- Dominant language
- JavaScript
- Stars
- 847
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
consider this:
var x = {}
x.y = {}
x.y['3av'] = 'hello'
How can I access x.y.3av using jmespath? It returns an error no matter what I try.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.