Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sourcemeta/jsonbinpack
A binary JSON serialization format based on JSON Schema 2020-12 with a strong focus on space-efficiency
https://github.com/sourcemeta/jsonbinpack
binary-serialization data-serialization json json-schema jsonschema space-efficiency
Last synced: 7 days ago
JSON representation
A binary JSON serialization format based on JSON Schema 2020-12 with a strong focus on space-efficiency
- Host: GitHub
- URL: https://github.com/sourcemeta/jsonbinpack
- Owner: sourcemeta
- License: other
- Created: 2021-08-29T19:29:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:52:41.000Z (23 days ago)
- Last Synced: 2024-11-06T19:03:33.828Z (14 days ago)
- Topics: binary-serialization, data-serialization, json, json-schema, jsonschema, space-efficiency
- Language: C++
- Homepage: https://jsonbinpack.sourcemeta.com/
- Size: 18.2 MB
- Stars: 127
- Watchers: 3
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
![JSON BinPack](./assets/banner.png)
JSON BinPack is an open-source binary JSON serialization format with a **strong
focus on space efficiency**. It supports schema-driven and schema-less modes to
encode any [JSON](https://www.json.org) document given a matching [JSON Schema
2020-12](http://json-schema.org) definition.***
**This is a work-in-progress. Please consider starring or watching the repository
to stay up to date.*****
Documentation
-------------Refer to the project website for documentation:
[https://jsonbinpack.sourcemeta.com](https://jsonbinpack.sourcemeta.com).Do you have any questions? Open a ticket on [GitHub
Discussions](https://github.com/sourcemeta/jsonbinpack/discussions)!