/mnt/hgfs/jamie_On_My_Mac/store/version_control/svn/integralive/library/trunk/src/cJSON.c File Reference

#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include "cJSON.h"

Functions

void cJSON_InitHooks (cJSON_Hooks *hooks)
void cJSON_Delete (cJSON *c)
cJSONcJSON_Parse (const char *value)
char * cJSON_Print (cJSON *item)
char * cJSON_PrintUnformatted (cJSON *item)
int cJSON_GetArraySize (cJSON *array)
cJSONcJSON_GetArrayItem (cJSON *array, int item)
cJSONcJSON_GetObjectItem (cJSON *object, const char *string)
void cJSON_AddItemToArray (cJSON *array, cJSON *item)
void cJSON_AddItemToObject (cJSON *object, const char *string, cJSON *item)
void cJSON_AddItemReferenceToArray (cJSON *array, cJSON *item)
void cJSON_AddItemReferenceToObject (cJSON *object, const char *string, cJSON *item)
cJSONcJSON_DetachItemFromArray (cJSON *array, int which)
void cJSON_DeleteItemFromArray (cJSON *array, int which)
cJSONcJSON_DetachItemFromObject (cJSON *object, const char *string)
void cJSON_DeleteItemFromObject (cJSON *object, const char *string)
void cJSON_ReplaceItemInArray (cJSON *array, int which, cJSON *newitem)
void cJSON_ReplaceItemInObject (cJSON *object, const char *string, cJSON *newitem)
cJSONcJSON_CreateNull ()
cJSONcJSON_CreateTrue ()
cJSONcJSON_CreateFalse ()
cJSONcJSON_CreateNumber (double num)
cJSONcJSON_CreateString (const char *string)
cJSONcJSON_CreateArray ()
cJSONcJSON_CreateObject ()
cJSONcJSON_CreateIntArray (int *numbers, int count)
cJSONcJSON_CreateFloatArray (float *numbers, int count)
cJSONcJSON_CreateDoubleArray (double *numbers, int count)
cJSONcJSON_CreateStringArray (const char **strings, int count)

Function Documentation

void cJSON_AddItemReferenceToArray ( cJSON array,
cJSON item 
)
void cJSON_AddItemReferenceToObject ( cJSON object,
const char *  string,
cJSON item 
)
void cJSON_AddItemToArray ( cJSON array,
cJSON item 
)
void cJSON_AddItemToObject ( cJSON object,
const char *  string,
cJSON item 
)
cJSON* cJSON_CreateArray (  ) 
cJSON* cJSON_CreateDoubleArray ( double *  numbers,
int  count 
)
cJSON* cJSON_CreateFalse (  ) 

References cJSON_False, and cJSON::type.

cJSON* cJSON_CreateFloatArray ( float *  numbers,
int  count 
)
cJSON* cJSON_CreateIntArray ( int *  numbers,
int  count 
)
cJSON* cJSON_CreateNull (  ) 

References cJSON_NULL, and cJSON::type.

cJSON* cJSON_CreateNumber ( double  num  ) 
cJSON* cJSON_CreateObject (  ) 

References cJSON_Object, and cJSON::type.

cJSON* cJSON_CreateString ( const char *  string  ) 
cJSON* cJSON_CreateStringArray ( const char **  strings,
int  count 
)
cJSON* cJSON_CreateTrue (  ) 

References cJSON_True, and cJSON::type.

void cJSON_Delete ( cJSON c  ) 
void cJSON_DeleteItemFromArray ( cJSON array,
int  which 
)
void cJSON_DeleteItemFromObject ( cJSON object,
const char *  string 
)
cJSON* cJSON_DetachItemFromArray ( cJSON array,
int  which 
)
cJSON* cJSON_DetachItemFromObject ( cJSON object,
const char *  string 
)
cJSON* cJSON_GetArrayItem ( cJSON array,
int  item 
)
int cJSON_GetArraySize ( cJSON array  ) 
cJSON* cJSON_GetObjectItem ( cJSON object,
const char *  string 
)
void cJSON_InitHooks ( cJSON_Hooks hooks  ) 
cJSON* cJSON_Parse ( const char *  value  ) 

References cJSON_Delete().

Referenced by ntg_populate().

char* cJSON_Print ( cJSON item  ) 
char* cJSON_PrintUnformatted ( cJSON item  ) 
void cJSON_ReplaceItemInArray ( cJSON array,
int  which,
cJSON newitem 
)
void cJSON_ReplaceItemInObject ( cJSON object,
const char *  string,
cJSON newitem 
)

Generated on Tue Jan 5 14:02:29 2010 for LibIntegra by  doxygen 1.6.1