Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Fleese Binary Data Format #1654

Closed
Type1J opened this issue Jun 25, 2019 · 2 comments
Closed

Support Fleese Binary Data Format #1654

Type1J opened this issue Jun 25, 2019 · 2 comments

Comments

@Type1J
Copy link
Contributor

Type1J commented Jun 25, 2019

Fleece is a binary encoding of JSON-like data similar to the others already supported. It's used as the storage format for Couchbase Lite: https://github.com/couchbaselabs/couchbase-lite-C

Here's the implementation used by Couchbase: https://github.com/couchbaselabs/fleece

@nlohmann
Copy link
Owner

Is there more information on the actual encoding? I only found the design document which does not explain how values are encoded in detail. I would like not to reverse engineer the format using their encoder...

@Type1J
Copy link
Contributor Author

Type1J commented Jun 30, 2019

I'm not sure. I'll leave a link to it if I find it. It looks like we'll be using this format for a project, but abstracted through a library. I'm going to close this issue until I can give you a more concrete definition of this format.

@Type1J Type1J closed this as completed Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants