DiscardJSON

public class DiscardJSON: JSONDeserializer

Deserializer type that discards values.

Useful when you have a type that is generic over a JSONDeserializer, but don’t care about accessing the JSON’s data.