How can we log the jsons on appwrite function execute, is that only support string or numbers?
TL;DR
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.