Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)!