1138:29672c777a28 | 1139:7dfa5bcf39ee |
---|---|
372 | 372 |
373 /** | 373 /** |
374 * Internally reserved memory for the value buffer stack. | 374 * Internally reserved memory for the value buffer stack. |
375 */ | 375 */ |
376 CxJsonValue* vbuf_internal[8]; | 376 CxJsonValue* vbuf_internal[8]; |
377 | |
378 /** | |
379 * Used internally. | |
380 */ | |
381 bool tokenizer_escape; // TODO: check if it can be replaced with look-behind | |
382 }; | 377 }; |
383 | 378 |
384 /** | 379 /** |
385 * Status codes for the json interface. | 380 * Status codes for the json interface. |
386 */ | 381 */ |