Amazon Kinesis Webrtc C SDK
jsmntok_t Struct Reference

#include <jsmn.h>

Collaboration diagram for jsmntok_t:
Collaboration graph

Public Attributes

jsmntype_t type
 
int start
 
int end
 
int size
 

Detailed Description

JSON token description. type type (object, array, string etc.) start start position in JSON data string end end position in JSON data string

Member Data Documentation

◆ end

int jsmntok_t::end

◆ size

int jsmntok_t::size

◆ start

int jsmntok_t::start

◆ type

jsmntype_t jsmntok_t::type

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