BloombergLP::bdljsn::StringUtil::readString

Load into value the UTF-8 equivalent of the JSON string.

Synopsis

Declared in <bdljsn_stringutil.h>

static
int
readString(
    std::string* value,
    std::string_view const& string,
    int flags = e_NONE);

Description

Load to the specified value the UTF-8 codepoint sequence equivalent to the specified (JSON) string (see []Strings)). Return 0 on success and a non-zero value otherwise. Optionally specify flags to request variances from certain rules of JSON decoding (see ).

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
valuereceives the decoded UTF-8 string
stringJSON string to decode (including quotes)
flagsoptional decoding variance flags