pub unsafe extern "C" fn cef_parse_json(
json_string: *const cef_string_t,
options: cef_json_parser_options_t,
) -> *mut _cef_value_tExpand description
Parses the specified |json_string| and returns a dictionary or list representation. If JSON parsing fails this function returns NULL.