Project Description
.NET-based implementation of the Universal Binary JSON Specification
Home and news:
Ubjson.NETStay updated via Twitter:
@AnyCPU and
@UbjsonQuick reference is available here:
Quick ReferenceSpecification is available here:
Universal Binary JSON Specidication
What we have
License
Key features
- Full support of the Universal Binary JSON (UBJSON) Specification Draft 8
- Fast Writer
Can write/serialize: primitive types, arrays, dictionaries, lists, objects, dynamic objects. All public fields and properties of object automatically can be written to the file, the delegates will be skipped
Can read/deserialize: primitive types, arrays, dictionaries, lists, objects as dynamic/expando objects
- CLS Compliant
- .NET 4.0 and .NET 4.5 ready
- Mono 2.8 (Profile 4.0) compatible
Installation
Download binaries and source code of the Ubjson.NET from CodePlex or install using NuGet
