Load the JSON representation of the Time value into json.
Declared in <baljsn_jsonformatter.h>
template<>
int
valueAsJson<Time>(
bdljsn::Json* json,
bdlt::Time 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 | time value to encode |
| options | optional encoding options; null uses defaults |