[#BloombergLP-baljsn-JsonFormatter_Util-valueAsJson-068] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonFormatter_Util.adoc[JsonFormatter_Util]::xref:BloombergLP/baljsn/JsonFormatter_Util/valueAsJson-00.adoc[valueAsJson]<double> :relfileprefix: ../../../ :mrdocs: Load the JSON representation of the `double` `value` into `json`. == Synopsis Declared in `<baljsn_jsonformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> int xref:BloombergLP/baljsn/JsonFormatter_Util/valueAsJson-00.adoc[valueAsJson]<double>( xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json]* json, double const& value, xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions] const* options); ---- == Description Return 0 on success and a non‐zero value otherwise. == Return Value 0 on success and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *json* | JSON object to receive the encoded value | *value* | double value to encode | *options* | optional encoding options; null uses defaults |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#