Print onto the stream supplied at construction the specified value. Optionally specify options according which value should be encoded. Return 0 on success and a non‐zero value otherwise.

Synopsis

Declared in <baljsn_formatter.h>

template<class TYPE>
int
putValue(
    TYPE const& value,
    EncoderOptions const* options = 0);

Created with MrDocs