mongkok / fastapi-debug-toolbar

A debug toolbar for FastAPI.
https://fastapi-debug-toolbar.domake.io
BSD 3-Clause "New" or "Revised" License
141 stars 14 forks source link

Add reviver parameter on JSON.parse redefinition #14

Closed armando-herastang closed 1 year ago

armando-herastang commented 2 years ago

This solves Issue #13 that explains how the reviver parameter is excluded from the JSON.parse redefinition. This causes errors when trying to decode parameters using the openapi module contained in the FastApi framework.

armando-herastang commented 2 years ago

@mongkok , Hi, is there any possible way you can review this?

mongkok commented 1 year ago

@armando-herastang thanks for sharing this, as discussed here #13 I have removed the JSON.parse handler.