Hacker News new | ask | show | jobs
by z3t4 3528 days ago
On consideration I don't think flat buffers is worth the added complexity. Using basically C structs is sure faster, and suitable for low end devices and clients written in C. But JSON have many advantages.