目的 - json object to file and from file
API : json_object_from_file() 及 json_object_to_file()
簡單範例:
…
json_object *obj = NULL;obj = json_object_from_file("config.txt");
json_object_to_file("config.txt",obj);
json_object_put(obj);
return 0;
…
沒有留言:
張貼留言