Read a numeric JSON value and convert it to a double.
MCO_RET mcorest_api_json_read_double( mcorest_api_json_read_ctx_t *ctx, double *val );
| ctx | Pointer to the JSON read context structure |
| val | The address of a double |
This function reads a numeric JSON value and converts it to a
double. It is a convenience wrapper formcorest_api_json_read_numeric()andmcorest_api_json_numeric_as_double().
| MCO_S_OK = 0 | Success |
| MCO_E_REST_* | Any of the Web Services Error Codes |