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::streambuf* input);

Created with MrDocs