klpx

Results 2 comments of klpx

Tuple2 is encoded as JSON array. And JSON array could not be an JSON object key. You can create your own JsonFormat[(String, String)] which will serialize tuple as string ("str1,str2"...

Seems like this repo is not supported yet. I use this solution to disable this warning: ``` python import warnings # disable autodoc internal Warning # https://github.com/acoomans/flask-autodoc/issues/27 from flask.exthook import...