jmespath / jmespath/jmespath.js

How to access where attribute begins with a number?

Open
#35 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.