资 源 简 介
Json generator and parser written in C#. Besides basic json support, this library enables you to fluently map your custom types to the json data format.
Version 0.8.0 underway
New version 0.7.0:
Major performance improvements (see example application).
Multi-threaded encoding (in .NET 4.0 using Task Parallel Library). Also see example application. Can give a descent performance increase when encoding large sets of complex objects.
A lot of fixes, mainly due to a complete rebuild.
Any suggestions or questions? Head to http://groups.google.com/group/fluent-json.
Fluently map your classes to the json data format.
Ensures strong type mapping.
Does not require class modifications.
Does not extend the json data format.
A single encoder or decoder can be used among multiple threads (thread-safe).
All functionality is p
文 件 列 表
fluent-json-0.7.0-src
FluentJson.Example
FluentJson.suo
FluentJson.Tests
FluentJson.vsmdi
FluentJson
FluentJson-Net2.0.sln
FluentJson-Net2.0.suo
FluentJson-Net3.5.sln
FluentJson-Net3.5.suo
FluentJson-Net4.0.sln
FluentJson-Net4.0.suo
Local.testsettings
TraceAndTestImpact.testsettings
FluentJson.Example
app.config
FluentJson.Example.csproj
Program.cs