Function js::jsapi::JS_ParseJSON [] [src]

pub unsafe extern "C" fn JS_ParseJSON(
    cx: *mut JSContext,
    chars: *const c_ushort,
    len: u32,
    vp: MutableHandleValue
) -> bool

JSON.parse as specified by ES5.