JSON for .NET Framework 1.1

2019-07-24 16:39发布

I can see that JSON used a lot for .NET 2.0 and higher.

Is there a JSON library I can use for .NET Framework v1.1 ?

标签: json .net-1.1
1条回答
2楼-- · 2019-07-24 17:09

There have been a few attempts to bring JSON to .NET 1.1. Given such an old Framework version you are on, most of those attempts have been abandoned by people moving on with the next version of the .NET Framework (which I encourage you to do).

Barring that, you could try JSON Object Serializer. I'm sure it isn't perfect, but it is open source - allowing you to make contributions and bug fixes for it yourself.

查看更多
登录 后发表回答