cbor, bson etc. #294
Unanswered
AndreyAlifanov
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Judging from feedback from users, all of the binary extensions are used. CBOR is undoubtable the most used. All have test coverage. If you experience a problem with a particular case, I would suggest to submit an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok, I'll submit an issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Daniel!
Do binary formats parsers work?
I have very simple JSON and encoded it with jsoncons into cbor, bson, ubjson, msgpack.
After that I try to decode these files. And get various errors. Only cbor and ubjson work.
On complex JSON I can't read these formats at all.
Beta Was this translation helpful? Give feedback.
All reactions