Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_json_path_scanner Struct Reference

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...
 

Detailed Description

Scanner used to go through segments of a JSON Path.

Note
JSONPath syntax is available at http://goessner.net/articles/JsonPath/.
See Also
sol_json_path_scanner_init()
sol_json_path_get_next_segment()
SOL_JSON_PATH_FOREACH()

Field Documentation

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.


The documentation for this struct was generated from the following file: