Ask a question to get started
Enter to sendā¢Shift+Enter new line
try_json_stringify( obj: Any, fallback: str, ) -> str
obj
Any
Object to stringify.
fallback
str
Fallback string to return if the object cannot be stringified.
Try to stringify an object to JSON.