Hacker News new | ask | show | jobs
by amrox 3600 days ago
> - Someone would change the code and always forget to update the schema to match. It only makes sense if you're somehow generating the code from the schema.

We used http://www.jsonschema2pojo.org/ (via the gradle plugin) on a previous project. I think it worked fairly well.