Function jsmn_rs::raw::jsmn_parse[][src]

pub unsafe extern "C" fn jsmn_parse(
    parser: *mut jsmn_parser,
    js: *const c_char,
    len: usize,
    tokens: *mut jsmntok_t,
    num_tokens: c_uint
) -> c_int

Run JSON parser. It parses a JSON data string into and array of tokens, each describing a single JSON object.