I want to use FlexBuffers as a kind of binary format JSON. But since the buffer and its size may be given from an external user, I want to know if there's any way to check if a FlexBuffers buffer with its size is real and not corrupted in C++.
Asked
Active
Viewed 228 times
1 Answers
1
There is currently no Verifier
implemented like for FlatBuffers, and we absolutely should have one. I'd open an issue on GitHub about it.

Aardappel
- 5,559
- 1
- 19
- 22