inveniosoftware / inveniosoftware/dictdiffer

Document how to ignore field in array of dicts

Open
#108 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.