Asp.net MVC json还是Json.net?

我现在正在使用asp.net mvc,并想知道使用内置的Json或者 Json.Net是什么更好的选择我不知道是否有优势超过另一个。

另外如果我选择下去Json.Net的路线,那么我应该用稳定版本还是beta 4?我不知道贝塔是不稳定的。

解决方法

你可能有问题 serializing dates with the MVC JSON.我的答案在这个帖子重复下面。

If you are not tied to the MS JSON serializer you could use Json.NET. It comes with an IsoDateTimeConverter.
This will serialize dates into an 07001 formatted string.

For instance,in our project
serializing myObject is handled via
the following code.

06000

If you decide to take the Json.NET
plunge you’ll also want to grab
07002 as it returns an
ActionResult that can be used in
ASP.NET MVC application. It’s quite
easy to use.

For more info see: 07003

我们目前正在使用Json.NET v3.5 Beta 4,并没有遇到问题。但是,我们还没有真正对我们的系统征税,因为它还没有进入生产阶段。您的里程可能会因您使用的框架多少而有所不同。

希望这可以帮助。

相关文章

项目要求通过网站上传大文件,比如视频文件,通过摸索实现了文件分片来上传,然后后台进行合并。 使用了...
安装新版本的Nginx(vim /etc/yum.repos.d/nginx.repo) [nginx-stable] name=nginx stable repo baseu...
什么是 SignalR ASP.NET Core ASP.NET Core SignalR 是一种开放源代码库,可简化将实时 web 功...
在Windows下使用Docker,我们选择Docker Desktop这个软件,非常方便。 ## Docker Desktop介绍及安装 Do...
项目开始设计的是运行在windows下,所以一开始采用的是windows服务模式来获取多媒体文件信息,后来要求...
银河麒麟高级服务器操作系统V10是针对企业级关键业务,适应虚拟化、云计算、大数据、工业互联网时代对主...