Ignore the specified parameter during visitation of a scalar JSON value.
Declared in <baljsn_jsontokenizer.h>
template<class TYPE>
void
operator()(TYPE const& parameter) const;
This overload is a no-op for bsl::string, JsonNumber, bool, and JsonNull.
| Name | Description |
|---|---|
| parameter | scalar JSON value that is not tokenized |