参考博客 错误产生 安装json-c库之后,根据GitHub上面的readme文件链接到json-c库时出现以下错误: SDMBNJson.h:9:23: fatal error: json/json.h: No such file or directory #include <json/json.h> ^ compilation terminated. 贴出readme: Linking to `libjson-c` ---------------------- If your system
Newtonsoft.Json(Json.net) 的使用 //Newtonsoft.Json.dll using Newtonsoft.Json; using Newtonsoft.Json.Converters; public static class JConvert { private static IsoDateTimeConverter datetimeimeFormat; static JConvert() { datetimeimeFormat = new IsoDateTime