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