Load the JSON representation of the Decimal64 value into json.
Declared in <baljsn_jsonformatter.h>
template<>
int
valueAsJson<Decimal_Type64>(
bdljsn::Json* json,
bdldfp::Decimal64 const& value,
EncoderOptions const* options);
Return 0 on success and a non-zero value otherwise.
0 on success and a non-zero value otherwise
| Name | Description |
|---|---|
| json | JSON object to receive the encoded value |
| value | Decimal64 value to encode |
| options | optional encoding options; null uses defaults |