json_tokener.h | 82 int max_depth, depth, is_double, st_pos, char_offset; member in struct:json_tokener 160 * Extra characters can be detected by comparing the tok->char_offset against 188 if (tok->char_offset < stringlen) // XXX shouldn't access internal fields
|