Write to output a JSON text representation of json. Return 0 on success and a non‐zero value otherwise. See the documented write overload for full contract details.
Synopsis
Declared in <bdljsn_jsonutil.h>
static
int
write(
std::pmr::string* output,
Json const& json,
WriteOptions const& options);
Created with MrDocs