|
Spellforce-Spell-framework
|
#include <stddef.h>

Go to the source code of this file.
Classes | |
| struct | jsmntok_t |
| struct | jsmn_parser |
Macros | |
| #define | JSMN_API extern |
Enumerations | |
| enum | jsmntype_t { JSMN_UNDEFINED = 0 , JSMN_OBJECT = 1 , JSMN_ARRAY = 2 , JSMN_STRING = 3 , JSMN_PRIMITIVE = 4 } |
| enum | jsmnerr { JSMN_ERROR_NOMEM = -1 , JSMN_ERROR_INVAL = -2 , JSMN_ERROR_PART = -3 } |
Functions | |
| void | jsmn_init (jsmn_parser *parser) |
| int | jsmn_parse (jsmn_parser *parser, const char *js, const size_t len, jsmntok_t *tokens, const unsigned int num_tokens) |
| enum jsmnerr |
| enum jsmntype_t |
|
extern |
|
extern |