Ask a question to get started
Enter to send•Shift+Enter new line
A [JsonValue] representing an omitted JSON field.
public class JsonMissing extends JsonValue
A [JsonValue] representing an omitted JSON field. An instance of this class will cause a JSON field to be omitted from the serialized JSON entirely.
Returns the singleton instance of [JsonMissing]..