jmespath / jmespath/jmespath.py

update readme with supported/unsupported jmespath constructs

Open
#207 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.4k
Forks
212
PR merge metrics
No merged PRs in 30d

Description

It would be nice to know in advance what parts of the jmespath spec are supported.

jq allows top level dots. So
echo '{"foo": "bar"}' | jq '.foo
bar

Also echo '{"a": "b", "c": "d"}' | jq '[.a, .c]' works in jq.

But jmespath parser complains that the '.' is an invalid character. This seems to be only the case when it starts a pattern expression.

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.