| 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 /** |