Matthew L.
Matthew L.

Reputation: 21

Converting JSON file to flatbuffers file

I want to convert a JSON file into flatbuffers file (serialize JSON data to flatbuffers data). I already created flatbuffers schema but I do not know where to go from here. The documentation is not clear. It does not contain much detail.

Upvotes: 0

Views: 667

Answers (1)

Moop
Moop

Reputation: 3611

Did you read the tutorial? There is a whole section on "Using flatc as a JSON Conversion Tool" with examples.

Upvotes: 1

Related Questions