Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugorji/binc
Binc data interchange format
https://github.com/ugorji/binc
Last synced: about 1 month ago
JSON representation
Binc data interchange format
- Host: GitHub
- URL: https://github.com/ugorji/binc
- Owner: ugorji
- Created: 2013-06-05T14:46:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T09:27:09.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:04:51.256Z (4 months ago)
- Size: 11.7 KB
- Stars: 61
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binc data interchange format
Binc is a lightweight, compact, limitless, schema-free, precise, binary,
high-performance, feature-rich, language-independent, multi-domain,
extensible, data interchange format for structured data.The spec is available at
[SPEC.md](http://github.com/ugorji/binc/blob/master/SPEC.md).
It is currently at version 0.3.0.
Binc adheres to the [Semantic Versioning](http://semver.org/) standard.Answers to frequently asked questions are available at
[FAQ.md](http://github.com/ugorji/binc/blob/master/FAQ.md).For more reading, see blog posts announcing and describing it below:
- http://blog.ugorji.net/2013/05/announcing-binc-data-interchange-format.html
- http://blog.ugorji.net/2013/06/update-on-binc-data-interchange-format.html### Implementations
- **Go**
http://github.com/ugorji/go
https://github.com/ugorji/go/tree/master/codec#readme