Function r_core::r_codemeta_print_json[][src]

pub unsafe extern "C" fn r_codemeta_print_json(code: *mut RCodeMeta)
Expand description

@brief Prints the data contained in the specified RAnnotatedCode in JSON format.

The function will print the output in console using the function r_cons_printf();

@param code Pointer to a RAnnotatedCode.