JSONNull

public final class JSONNull<T>: JSONDeserializer

Deserializer for null values.

Use this when you expect a value to be null, if it is not a JSONError.unexpectedType will be thrown.