pub unsafe extern "C" fn JS_ParseJSON2(
    cx: *mut JSContext,
    chars: *const Latin1Char,
    len: u32,
    vp: MutableHandle<Value>,
) -> boolExpand description
Performs the JSON.parse operation as specified by ECMAScript.
pub unsafe extern "C" fn JS_ParseJSON2(
    cx: *mut JSContext,
    chars: *const Latin1Char,
    len: u32,
    vp: MutableHandle<Value>,
) -> boolPerforms the JSON.parse operation as specified by ECMAScript.