RetroArch
Classes | Enumerations | Functions
jsonsax.h File Reference
#include <stddef.h>
#include <retro_common_api.h>
Include dependency graph for jsonsax.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jsonsax_handlers_t
 

Enumerations

enum  {
  JSONSAX_OK = 0, JSONSAX_INTERRUPTED, JSONSAX_MISSING_KEY, JSONSAX_UNTERMINATED_KEY,
  JSONSAX_MISSING_VALUE, JSONSAX_UNTERMINATED_OBJECT, JSONSAX_UNTERMINATED_ARRAY, JSONSAX_UNTERMINATED_STRING,
  JSONSAX_INVALID_VALUE
}
 

Functions

int jsonsax_parse (const char *json, const jsonsax_handlers_t *handlers, void *userdata)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
JSONSAX_OK 
JSONSAX_INTERRUPTED 
JSONSAX_MISSING_KEY 
JSONSAX_UNTERMINATED_KEY 
JSONSAX_MISSING_VALUE 
JSONSAX_UNTERMINATED_OBJECT 
JSONSAX_UNTERMINATED_ARRAY 
JSONSAX_UNTERMINATED_STRING 
JSONSAX_INVALID_VALUE 

Function Documentation

◆ jsonsax_parse()

int jsonsax_parse ( const char *  json,
const jsonsax_handlers_t handlers,
void userdata 
)
Here is the call graph for this function:
Here is the caller graph for this function: