jmespath / jmespath/jmespath.site
Need the ability to unique a list
Open
- Dominant language
- Makefile
- Stars
- 61
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Need the ability to get a unique list of elements in an array (similar to UNIX uniq)
Say I have an array { "result": [ "G", "L", "G", "G", "L" ] }
uniq(result) yields [ "G", "L" ]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.