We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seeing this error: raise TypeError(f'Object of type {o.class.name} '
from JSON module in the dump code:
with open("api.json", "w") as outfile: json.dump(tsApi.spec.to_dict(), outfile)
How do I find what decorator is causing spec to be unserializable...
f-sm should be doing some analysis on it's dict to verify that all the types being returned are valid JSON objects ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
seeing this error:
raise TypeError(f'Object of type {o.class.name} '
from JSON module in the dump code:
How do I find what decorator is causing spec to be unserializable...
f-sm should be doing some analysis on it's dict to verify that all the types being returned are valid JSON objects ...
The text was updated successfully, but these errors were encountered: