whenNot

open fun whenNot(predicate: Predicate<T>): JsonWriter.Member<T>

Only include this member when the given predicate does not match.

Return

a Member which may be configured further

Parameters

predicate

the predicate to test