Function ul_sys::JSValueMakeFromJSONString[][src]

pub unsafe extern "C" fn JSValueMakeFromJSONString(
    ctx: JSContextRef,
    string: JSStringRef
) -> JSValueRef
Expand description

@function @abstract Creates a JavaScript value from a JSON formatted string. @param ctx The execution context to use. @param string The JSString containing the JSON string to be parsed. @result A JSValue containing the parsed value, or NULL if the input is invalid.