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_scanner Struct Reference

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

Detailed Description

Structure to track a JSON document (or a portion of it) being parsed.

Field Documentation

const char* sol_json_scanner::current
const char* sol_json_scanner::mem
const char* sol_json_scanner::mem_end

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