Hacker News new | ask | show | jobs
by hajile 3346 days ago
If you're making it unreadable with types, you might as well switch to a statically typed binary JSON format like bson or ubjson instead. You get smaller files, faster parsing, partial parsing (skip what you don't need), and (in some implementations) streaming of large files.

http://ubjson.org/

http://bsonspec.org/