Nikunj Panchal 🌿Original post
Rank 1: Thread
i want to store data in json format
Summary
The user wants to know how to store JSON data in Appwrite database. The solution is to convert the JSON data to a string and then store/upload it to the cloud. To retrieve the data, the user needs to reverse the process by converting the string back to JSON.