Create JSON file programmatically

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

1 Like

That doesn’t tell them how to CREATE the file.

1 Like

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.