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::string_view const& input,
ReadOptions const& options);
Created with MrDocs