rpgmaker / NetJSON

Faster than Any Binary? Benchmark: http://theburningmonk.com/2014/08/json-serializers-benchmarks-updated-2/
MIT License
230 stars 29 forks source link

NetJSON

Faster than Any Binary?

Build Status

alt tag

Quick Guide

https://github.com/rpgmaker/NetJSON/wiki/Quick-Guide

Benchmark How Fast?

http://theburningmonk.com/2014/08/json-serializers-benchmarks-updated-2/

3.4x Faster Than JSON.NET

2.4x Faster Than Service Stack JSON

1.8x Faster Than Jil

6x Faster Than JSON.NET BSON

16.5x Faster Than Microsoft JavaScriptSerializer

4.3x Faster Than DataContractJsonSerializer

1.6x Faster Than Protobuf-net

How to Use

var myObject = new SimpleObject(){ ID = 100, Name = "Test", Value = "Value" };

var json = NetJSON.Serialize(myObject);

var recreatedObject = NetJSON.Deserialize<SimpleObject>(json);

Other Downloads

Nuget: https://www.nuget.org/packages/NetJSON/

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal