I want to store some data in JSON file format means is there is any way to create JSON file through our app ?
Thank you!!
I want to store some data in JSON file format means is there is any way to create JSON file through our app ?
Thank you!!
Use dictionary blocks
That doesn’t tell them how to CREATE the file.
Read Here…
Then when you get the JSON, store it in a tinydb
As far as I know .json file is a text file. Therefore you should be able to create with the File component.