FlatBuffers format has been shown to give better results than JSON parsing. For more details about it read this article. For a more detailed introduction on how to use FlatBuffers you can have a look ...
The following guides explain the fundamental data structures used in the Java implementation of Apache Arrow. Arrow uses Google's Flatbuffers to transport metadata. The java version of the library ...