inveniosoftware / inveniosoftware/dictdiffer
Document how to ignore field in array of dicts
Open
Lane: help wanted
Need: documentation
Size: beginner-friendly
- Dominant language
- Python
- Stars
- 849
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
lets say i have an array like:
```
"races": [
{
"reportingUnits": [
{
"apiAccessTime": sometimestamp
}
]
}
]
```
I want to ignore `races[?].reportingUnits[?].apiAccessTime` regardless of the array index for both the `races` array and the `reportingUnits` subarray. Is this possible?
Contributor guide
Assessment
This issue has not been assessed yet.