Deserialized inner case classes cannot be compared with case classes initialized in code · Issue #564 · json4s/json4s

When deserializing case classes that are defined inside of a class then those cannot be compared with objects of the same class that were initialized in code. Example: import org.json4s.{DefaultFor...