typedjson-python icon indicating copy to clipboard operation
typedjson-python copied to clipboard

JSON decoding for Python with type hinting (PEP 484).

Results 2 typedjson-python issues
Sort by recently updated
recently updated
newest added

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!

Just adding a test showing recursive types work. I didn't think they did!