Construct an EncodeImplUtil_AttributeVisitor object having the specified formatter, logStream, isNextAttributeFirst, and options attributes.
Declared in <baljsn_encodeimplutil.h>
EncodeImplUtil_AttributeVisitor(
FORMATTER* formatter,
std::ostream* logStream,
bool isNextAttributeFirst,
EncoderOptions const& options);
| Name | Description |
|---|---|
| formatter | JSON formatter that receives the encoded tokens |
| logStream | stream for human-readable error descriptions |
| isNextAttributeFirst | if true, omit a leading delimiter |
| options | encoding options |