json_aux.h

00001 #ifndef JSON_AUX_H
00002 #define JSON_AUX_H
00003 
00004 #include "json.h"
00005 
00006 #define jistype(o,t) ((o)->type == (t))
00007 
00008 json_value *jsonA_getname (json_value *object, const char *name, json_type t);
00009 
00010 extern const char json_type_str[][10];
00011 
00012 #endif

Generated on 26 Aug 2014 for cctools by  doxygen 1.4.7