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