在 linux下使用时不能将/path/to/json直接加入include,只能使用
#include"json/json.h"
的方式,否则会编译错误。
百度结果传说是因为features.h跟gcc的include文件同名导致冲突。