Load into result a value‐semantic representation of the JSON text in input. Return 0 on success and a non‐zero value otherwise. See the first read overload for full contract details.

Synopsis

Declared in <bdljsn_jsonutil.h>

static
int
read(
    Json* result,
    Error* errorDescription,
    std::istream& input,
    ReadOptions const& options);

Created with MrDocs