C Language: cJSON and Struct Conversion
1 Introduction JSON is currently the most popular text data transmission format, widely used in network communication. With the rise of the Internet of Things, embedded devices also need to start using JSON for data transmission. So, how can we quickly and simply perform JSON serialization and deserialization in C language? Currently, the most widely … Read more