Keys with special characters can't be referenced in filters
Open
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 437
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 15
Description
If an object key contains special characters (e.g. `-` or `.`), it can't be filtered on even though it's a valid JSON object key.
For example, `?has_stuff.foo-bar=true` can't be used to check if "foo-bar" is a field of "stuff". There doesn't seem to be any way to escape special characters either.
Contributor guide
Assessment
This issue has not been assessed yet.