src/cx/json.h

changeset 1067
7799addf475f
parent 1060
0a7c1bb2372d
child 1072
c89283cd559b
equal deleted inserted replaced
1066:8610f87a6b14 1067:7799addf475f
343 * Never access this value manually. 343 * Never access this value manually.
344 */ 344 */
345 CxJsonValue *parsed; 345 CxJsonValue *parsed;
346 346
347 /** 347 /**
348 * A pointer to an intermediate state of a currently parsed object member.
349 *
350 * Never access this value manually.
351 */
352 CxJsonObjValue uncompleted_member;
353
354 /**
348 * State stack. 355 * State stack.
349 */ 356 */
350 CX_ARRAY_DECLARE_SIZED(int, states, unsigned); 357 CX_ARRAY_DECLARE_SIZED(int, states, unsigned);
351 358
352 /** 359 /**

mercurial