Function mozjs_sys::jsapi::JS::ParseJSONWithHandler
source ยท pub unsafe extern "C" fn ParseJSONWithHandler(
chars: *const Latin1Char,
len: u32,
handler: *mut JSONParseHandler,
) -> bool
Expand description
Performs the JSON.parse operation as specified by ECMAScript, and call callbacks defined by the handler.