BloombergLP::baljsn::JsonTokenizer_Visitor::operator()

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

NameDescription
parameterscalar JSON value that is not tokenized