vaswadhati
Results
1
comments of
vaswadhati
Thanks for the consideration. Fyi, py-rs [1](from which I moved away from for other reasons) supports encoding and decoding like so: ``` @rs.post @rs.consumes('application/json', json.loads) def foo(entity=rs.context.entity): pass # foo...