2
Direct question: What is the best way to save a JSON file locally and how to do it?
Details: I have a web application that receives user data using the Facebook API (Javascript SDK), I need to save this data in a JSON file locally. After saved, step to the application written in C link that will open and interpret this JSON so that the data is saved in a database (Sqlite3).
Can be in the browser cache?
– Emir Marques
No, I need it on the machine anyway.
– lys