Back

How I can Store Json Data In Appwrite Database

  • 0
  • Databases
  • Flutter
  • Cloud
Nikunj Panchal 🌿
30 May, 2023, 12:03

i want to store data in json format

TL;DR
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.
D5
30 May, 2023, 12:10

You will need to convert JSON to string and after that, store/upload to cloud. To get it, you will need to make the reversed process (converting string to JSON)

joeyouss
30 May, 2023, 12:25
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more