yyjson_set_uint

Function yyjson_set_uint 

Source
pub unsafe extern "C" fn yyjson_set_uint(
    val: *mut yyjson_val,
    num: u64,
) -> bool
Expand description

Set the value to uint. Returns false if input is NULL or val is object or array. @warning This will modify the immutable value, use with caution.