An open API service indexing awesome lists of open source software.

https://github.com/daramkun/blockar

Data Serializer and Deserializer for JSON, BSON, INI, CSV(also TSV) for .NET
https://github.com/daramkun/blockar

bson-parser bson-serialization csharp csv-parser csv-serialization ini-parser ini-serialization json-parser json-serialization

Last synced: 7 months ago
JSON representation

Data Serializer and Deserializer for JSON, BSON, INI, CSV(also TSV) for .NET

Awesome Lists containing this project

README

          

Blockar
=======

Simple Data Serializer & Deserializer for .NET

## Support Data Format
* [x] JSON
* [x] BSON
* [x] INI
* [x] CSV
* [ ] YAML

## Support Platforms
* [x] ```.NET Framework 3.5``` for Support Legacy Unity Engine(~2017.x)
* [x] ```.NET Framework 4.5``` for Windows Store Apps 8.x and Some Cross-platform libraries
* [x] ```.NET Framework 4.6``` for Vector types conversion support
* [x] ```.NETstandard 2.0``` for Cross-platform support
* [ ] ```.NET 5``` for Cross-platform support

## Planned
* [x] Custom Serialization and Deserialization field rule
* [ ] Performance Optimization
* [ ] Support YAML, CSON, ... formats