Ask a question to get started
Enter to send•Shift+Enter new line
Try to stringify an object to JSON.
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.