mitsuse / typedjson-python

JSON decoding for Python with type hinting (PEP 484).
MIT License
29 stars 5 forks source link

Added support for Any and Dict types. #15

Open nandanrao opened 3 years ago

nandanrao commented 3 years ago

I'm curious to know if you think having these types, especially Any, is a bad idea, but I've been using them and have found them quite nice to have!