[#BloombergLP-bdljsn-JsonUtil-read-06d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonUtil.adoc[JsonUtil]::read :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int read( xref:BloombergLP/bdljsn/Json.adoc[Json]* result, std::string_view const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#