Add Newtonsoft.Json
This commit is contained in:
Родитель
c7e513139f
Коммит
806fd07bb0
|
@ -83,6 +83,11 @@ There are many projects under the stewardship of the .NET Foundation. The [full
|
|||
- [Windows Template Studio](https://github.com/Microsoft/WindowsTemplateStudio/)
|
||||
- [WorldWideTelescope](http://github.com/WorldWideTelescope)
|
||||
|
||||
**Newtonsoft**
|
||||
|
||||
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- [Newtonsoft.Json.Bson](https://github.com/JamesNK/Newtonsoft.Json.Bson)
|
||||
|
||||
**Mono Project**
|
||||
|
||||
- [System.Drawing](https://github.com/mono/mono/tree/master/mcs/class/System.Drawing)
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# Newtonsoft.Json
|
||||
|
||||
Newtonsoft.Json (Json.NET) is a popular high-performance JSON framework for .NET
|
||||
|
||||
## Project Details
|
||||
|
||||
* [Website](https://www.newtonsoft.com/json)
|
||||
* [Source](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
* License: [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md)
|
||||
* [NuGet](https://www.nuget.org/packages/Newtonsoft.Json/)
|
||||
* Project Leads: [James Newton-King](https://github.com/JamesNK)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* [Documentation](https://www.newtonsoft.com/json/help)
|
||||
* [Contribute](https://github.com/JamesNK/Newtonsoft.Json/blob/master/CONTRIBUTING.md)
|
Загрузка…
Ссылка в новой задаче