Closed armando-herastang closed 1 year 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.
reviver
openapi
@mongkok , Hi, is there any possible way you can review this?
@armando-herastang thanks for sharing this, as discussed here #13 I have removed the JSON.parse handler.
JSON.parse
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 theopenapi
module contained in the FastApi framework.