IgnorableWhitespace Event
Fired when a section of ignorable whitespace is encountered.
Syntax
public void fireIgnorableWhitespace(JsonIgnorableWhitespaceEvent event); public class JsonIgnorableWhitespaceEvent { public String text; }
Remarks
The ignorable whitespace section is provided by the Text parameter.