00001 00025 #ifndef _JSON_FUNCS_H_ 00026 #define _JSON_FUNCS_H_ 00027 00028 #include "../../parser/msg_parser.h" 00029 00030 int json_get_field(struct sip_msg* msg, char* json, char* field, char* dst); 00031 00032 #endif