1

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++.

Willy
  • 581
  • 2
  • 10

1 Answers1

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