src/cx/json.h

changeset 1192
1f69336faa63
parent 1180
4c3a69b9723a
child 1193
cfa44f3f5e3b
equal deleted inserted replaced
1191:11a0f6f0f30b 1192:1f69336faa63
307 /** 307 /**
308 * The token type. 308 * The token type.
309 */ 309 */
310 CxJsonTokenType tokentype; 310 CxJsonTokenType tokentype;
311 /** 311 /**
312 * True, iff the @c content must be passed to cx_strfree(). 312 * True, if the @c content must be passed to cx_strfree().
313 */ 313 */
314 bool allocated; 314 bool allocated;
315 /** 315 /**
316 * The token text, if any. 316 * The token text, if any.
317 * 317 *

mercurial