Soletta™ Framework
|
Scanner used to go through segments of a JSON Path. More...
#include <sol-json.h>
Data Fields | |
const char * | current |
Points to last visited position from path and the beginning of next segment. More... | |
const char * | end |
Points to last character from path. More... | |
const char * | path |
The JSONPath string. More... | |
Scanner used to go through segments of a JSON Path.
const char* sol_json_path_scanner::current |
Points to last visited position from path and the beginning of next segment.
const char* sol_json_path_scanner::end |
Points to last character from path.
const char* sol_json_path_scanner::path |
The JSONPath string.