1. JSON Web Token Handler For the Microsoft .Net Framework 4.5, Developer Preview

    By:

    This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic to process the JSON Web Token (JWT) format. That includes validating, parsing and generating JWT tokens; those capabilities can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any... More information

  2. SisoDb - Simple Structure Oriented Db (core)

    By:

    SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information

  3. Jayrock JSON

    By:

    Jayrock JSON is a versatile JSON parser, formatter and converter for Microsoft .NET Framework.

    3,231 downloads

    Tags

  4. WebApiContrib.Formatting.Jsonp

    By:

    Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API

  5. JSON

    By:

    A JSON parser in C#, supporting dynamic deserialization in .NET 4.0

  6. chargify

    By:

    Chargify.NET is a comprehensive C# API wrapper library for accessing Chargify.com, using XML or JSON to read/write.

  7. JWT

    By:

    JWT (JSON Web Token) Implementation for .NET (Public Domain)

  8. RIA Services Toolkit (all packages)

    By:

    Includes SOAP and JSON Endpoints, EntityFramework Code-First support, Linq to Sql support, Unit Test Host, T4 code generation, and the Windows Azure Table Storage DomainService. RIAServices.Server is also included, which allows for easier bin-deployment of your RIA Services applications by referencing the core server assemblies from the NuGet pack... More information

  9. KendoGridBinder

    By:

    This is a ModelBinder designed to painlessly consume an http request and build a json serializable object for the Kendo UI Grid datasource.

  10. SisoDb.Sql2008 - Simple Structure Oriented Db

    By:

    SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information

  11. Mvc.Jsonp

    By:

    JSONP for ASP.NET MVC

    2,322 downloads

  12. SisoDb.SqlCe4 - Simple Structure Oriented Db

    By:

    SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schemachanges on the fly and can assist you to handle m... More information

  13. Jayrock

    By:

    Jayrock is a modest implementation of JSON, JsonML and JSON-RPC for the Microsoft .NET Framework, including ASP.NET.

  14. DynamicJson

    By:

    dynamic json structure for C# 4.0. This provides only single .cs file.

  15. EventStore ServiceStack JSON Serialization Plugin 3.0.11326.44

    By:

    Additional serialization provider for EventStore based on ServiceStack JSON library.

  16. ExtDirectHandler

    By:

    Ext Direct router implementation for ASP.NET

  17. Spring.Social.Twitter 1.0.1

    By:

    Spring.NET Social Framework extension for Twitter

  18. Managed Fusion Web

    By:

    Managed Fusion Web contains a bunch of useful extensions for MVC and uses the a light weight serialization for JSON, XML, CSV to create REST API's.

  19. muccu

    By:

    Muccu is a JSON-RPC framework for c#

    1,702 downloads

  20. NETFx WebApi Json.NET MediaTypeFormatter

    By:

    A Json.NET-based MediaTypeFormatter for the WebApi that can handle text-based Json as well as binary Json (Bson). To use: var config = HttpHostConfiguration.Create().UseJsonNet();