jmespath / jmespath/go-jmespath
Audit existing jmespath functions for reflection usage
Open
- Dominant language
- Go
- Stars
- 621
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
We need to avoid checks for empty interfaces and `map[string]interface{}` and instead use reflection. This has been fixed in interpreter.go but functions.go needs the same treatment.
I'd also like to investigate adding autogen'd tests using structs from the compliance tests to verify we don't miss anything.
Related: https://github.com/jmespath/go-jmespath/issues/14
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.