#ifndef __CM_DEMO_CJSON_H__
#define __CM_DEMO_CJSON_H__
#include <stdint.h>
void cm_test_cJSON(unsigned char **cmd, int len);
#endif