eclipse-ee4j / eclipse-ee4j/parsson
Implement #equals(...) in JsonValue & Subclasses
Open
- Dominant language
- Java
- Stars
- 17
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Neither the specification nor Parsson implementation implement `#equals(...)`. This makes performing equality checking problematic, especially when unit testing as serialising to strings to make comparisons isn't reliable.
Contributor guide
Assessment
This issue has not been assessed yet.