This class method configures a formatter for the "qjson" scheme using the specified format and formatOptions and if successful loads it into the specified output and returns zero. In case configuration fails a non‐zero value is returned and output is not modified.

Synopsis

Declared in <ball_recordjsonformatter.h>

static
int
loadQjsonSchemeFormatter(
    RecordFormatterFunctor::Type* output,
    std::string_view const& format,
    RecordFormatterOptions const& formatOptions);

Created with MrDocs