Soletta™ Framework
|
Structure to track a JSON document (or a portion of it) being parsed. More...
#include <sol-json.h>
Data Fields | |
const char * | current |
Current point in the JSON document that needs to be processed. More... | |
const char * | mem |
Start of this portion of the JSON document. More... | |
const char * | mem_end |
End of this portion of the JSON document. More... | |
Structure to track a JSON document (or a portion of it) being parsed.
const char* sol_json_scanner::current |
Current point in the JSON document that needs to be processed.
Referenced by sol_json_scanner_get_size_remaining(), sol_json_scanner_init(), sol_json_scanner_init_from_scanner(), sol_json_scanner_init_from_token(), and sol_json_scanner_init_null().
const char* sol_json_scanner::mem |
Start of this portion of the JSON document.
Referenced by sol_json_scanner_get_mem_offset(), sol_json_scanner_init(), sol_json_scanner_init_from_scanner(), sol_json_scanner_init_from_token(), and sol_json_scanner_init_null().
const char* sol_json_scanner::mem_end |
End of this portion of the JSON document.
Referenced by sol_json_scanner_get_mem_offset(), sol_json_scanner_get_size_remaining(), sol_json_scanner_init(), sol_json_scanner_init_from_scanner(), sol_json_scanner_init_from_token(), and sol_json_scanner_init_null().