Skip to main content

cef_write_json

Function cef_write_json 

Source
pub unsafe extern "C" fn cef_write_json(
    node: *mut _cef_value_t,
    options: cef_json_writer_options_t,
) -> cef_string_userfree_t
Expand description

Generates a JSON string from the specified root |node| which should be a dictionary or list value. Returns an NULL string on failure. This function requires exclusive access to |node| including any underlying data.