Hacker News new | ask | show | jobs
by rafaelturk 2143 days ago
Well documented json
1 comments

Any protocol with schema is better than well documented anything.

I’d pick protobuf. Or json with schema if json is preferred.

Schema works on machines, good documentation is work for humans.

But you can aut-generate the docs from code/schema!