Function json_create_bool

Source
pub unsafe extern "C" fn json_create_bool(
    jp: *mut json_ctx_t,
    value: bool,
) -> *mut d_token_t