10万对象与json互转
SerializeDataContractJson:对象集合转json(0.1759474 秒),json转对象集合(0.4969695 秒)
Newtonsoft:对象集合转json(0.1187774 秒),json转对象集合(0.1271038 秒)
10万datatable与json互转
Newtonsoft:datatable转json(0.0801272 秒),json转datatable(0.2955067 秒)
自己码:datatable转json(0.115198 秒)