Skip to main content

cef_parse_json

Function cef_parse_json 

Source
pub unsafe extern "C" fn cef_parse_json(
    json_string: *const cef_string_t,
    options: cef_json_parser_options_t,
) -> *mut _cef_value_t
Expand description

Parses the specified |json_string| and returns a dictionary or list representation. If JSON parsing fails this function returns NULL.