[][src]Function dqcsim::bindings::dqcs_arb_json_get

#[no_mangle]pub extern "C" fn dqcs_arb_json_get(arb: dqcs_handle_t) -> *mut c_char

Returns the JSON/CBOR object of an ArbData object in the form of a JSON string.

On success, this returns a newly allocated string containing the JSON string. Free it with free() when you're done with it to avoid memory leaks. On failure, this returns NULL.