BobMarlon/Tny

A simple data serializer in C

TeX

199

7 commits

updated Mar 6, 2014

See the code

README

Tny: A simple data serializer in C

Tny is a simple library to serialize data in C. It can be seen as a kind of binary JSON but unlike BSON it also supports arrays as root elements.

It was designed to be simple and easy to use. If you want to know how to use it, take a look at src/tny/tny.h or the tests located at src/tests.c

Documentation

The documentation can be found in doc/, or read it online.

Binary Format

If you want to now how Tny serializes data, take a look at the Documentation at the tny.h File Reference "Detailed Description" section. There you find an ABNF specification of the binary format.

System Requirements

Tny should run on every plattform with a compatible C99 compiler. No additional libraries are required.

License

This software is distributed under MIT license, so feel free to use it for everything you want.

Contributors

EddieRingle

2 commits

iauns

2 commits

BobMarlon

1 commits

eroullit

1 commits

BobMarlon/Tny

A simple data serializer in C

TeX

199

7 commits

updated Mar 6, 2014

See the code

README

Tny: A simple data serializer in C

Tny is a simple library to serialize data in C. It can be seen as a kind of binary JSON but unlike BSON it also supports arrays as root elements.

It was designed to be simple and easy to use. If you want to know how to use it, take a look at src/tny/tny.h or the tests located at src/tests.c

Documentation

The documentation can be found in doc/, or read it online.

Binary Format

If you want to now how Tny serializes data, take a look at the Documentation at the tny.h File Reference "Detailed Description" section. There you find an ABNF specification of the binary format.

System Requirements

Tny should run on every plattform with a compatible C99 compiler. No additional libraries are required.

License

This software is distributed under MIT license, so feel free to use it for everything you want.

Contributors

EddieRingle

2 commits

iauns

2 commits

BobMarlon

1 commits

eroullit

1 commits

Languages

TeX

33.3%

C

25.0%

JavaScript

24.1%

CSS

15.5%

Perl

2.0%