AmirFt04Original post
Rank 1: Thread
How can we log the jsons on appwrite function execute, is that only support string or numbers?
Summary
To display logs in JSON format on appwrite function execute, developers can use `log(JSON.stringify(yourObject)`. This method supports logging strings, numbers, and other types within an object.