Hacker News new | ask | show | jobs
by 1f97 2257 days ago
can you tell me a bit more about this? i wanted something like this for a small api i have but ended up using marshmallow to validate jsons against defined schemas which i think is a bit overkill.
1 comments

If you haven't seen, these alternatives might also be helpful:

   * https://github.com/keleshev/schema
   * https://github.com/alecthomas/voluptuous
   * https://github.com/Pylons/colander
thanks, i will take a look!