pub unsafe extern "C" fn aws_json_value_get_number(
    value: *const aws_json_value,
    output: *mut f64
) -> c_int
Expand description

Gets the number of a number aws_json_value. @param value The number aws_json_value. @param output The number @return AWS_OP_SUCCESS if the value is a number, otherwise AWS_OP_ERR.