01#include <mjson/json.h>02#include <stdio.h>03#include <stdlib.h>04int main()05{06 json_t *entry, *root, *head, *body, *label, *value;07 char *document;08 root = json_new_object();09 10 /*--------Head------*/1112 head = json_new_string("head");13 ......
本文摘自 :https://www.cnblogs.com/


