Kamranicus

Kamran Ayub is a developer and designer in Minneapolis, Minnesota. He specializes in .NET development with a dash of client-side and has passion for UX.

Fork me on GitHub

Released NuGet package of .JSON

Comments

Yesterday I released my .JSON library as a NuGet package (about time). It is named DotJson.Source to follow current conventions. If you need me to, I can also release it as a compiled DLL.

You can get it via Visual Studio or the Nuget.org page.

To Use It

Add it as a library reference via Nuget. In your code file, you can add a using DotJson; and then start using the library. That's all you have to do.

See the documentation wiki for more information.

blog comments powered by Disqus