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

Type describing a JSON token. More...

#include <sol-json.h>

Data Fields

const char * end
 Token end. More...
 
const char * start
 Token start. More...
 

Detailed Description

Type describing a JSON token.

Used to point and delimit JSON element while parsing a JSON document.

Field Documentation

const char* sol_json_token::end
const char* sol_json_token::start

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