cjson ok
This commit is contained in:
10
Core/Inc/cJSON_Test.h
Normal file
10
Core/Inc/cJSON_Test.h
Normal file
@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by zhu on 2024/1/29.
|
||||
//
|
||||
#include "cJSON.h"
|
||||
#ifndef H750_CJSON_CJSON_TEST_H
|
||||
#define H750_CJSON_CJSON_TEST_H
|
||||
//void cjson(const char * g_usart_json_string);
|
||||
void cjson(uint8_t g_usart_json_string[]);
|
||||
void parseNestedObject(cJSON *nestedObject);
|
||||
#endif //H750_CJSON_CJSON_TEST_H
|
Reference in New Issue
Block a user