Json: consider incorporating key property map when computing hash for JsonQueryExpression
Open
area-json
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
We skip the dictionary when computing hash for JsonQueryExpression. We could add it for consistency. Not much perf can be gained from this now - it's very unlikely to have two JsonQueryExpressions that differ only by their key property maps.
Contributor guide
Assessment
This issue has not been assessed yet.