json_from_string

Function json_from_string 

Source
pub unsafe extern "C" fn json_from_string(
    str: *const c_char,
    error: *mut *mut GError,
) -> *mut JsonNode
Available on crate feature v1_2 only.