pub unsafe extern "C" fn yyjson_mut_get_real(
val: *mut yyjson_mut_val,
) -> f64Expand description
Returns the content if the value is real number.
Returns 0.0 if val is NULL or type is not real(double).
pub unsafe extern "C" fn yyjson_mut_get_real(
val: *mut yyjson_mut_val,
) -> f64Returns the content if the value is real number.
Returns 0.0 if val is NULL or type is not real(double).