PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
jsmntok_t Struct Reference

#include <jsmn.h>

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

Definition at line 69 of file jsmn.h.

Member Data Documentation

◆ end

int jsmntok_t::end

Definition at line 72 of file jsmn.h.

Referenced by jsmn_parse().

◆ size

int jsmntok_t::size

Definition at line 73 of file jsmn.h.

Referenced by jsmn_parse().

◆ start

int jsmntok_t::start

Definition at line 71 of file jsmn.h.

Referenced by PEBLUtility::ExtractJSONObject(), and jsmn_parse().

◆ type

jsmntype_t jsmntok_t::type

Definition at line 70 of file jsmn.h.

Referenced by jsmn_parse().


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