Load into the specified value the characters read from the specified data. Return 0 on success or a non‐zero value on failure.

Synopsis

Declared in <baljsn_jsonparserutil.h>

static
int
getValue(
    bsl::vector<char>* value,
    bdljsn::Json const& data);

Created with MrDocs