top | item 22887386

(no title)

1f97 | 5 years 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.

discuss

order

kingosticks|5 years ago

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

1f97|5 years ago

thanks, i will take a look!