I am using circe in scala and have a following requirement : Let's say I have some class like below and I want to avoid password field from being serialised the
I'm using Circe to deserialize json containing a list. Sometimes a few items in the json list are corrupted, and that causes the entire deserialization to fail.