Writing to json files

When writing to a json file does the json file not immediately update or something

nevermind I figured out why, I have to type refresh in the terminal. Now when I try to read the json file it says it is empty

is it actually writing?

What technique are you using to write to the JSON file?

I’ve found that when I write application data to a project file, like JSON, I have to run refresh everytime and still sometimes it doesn’t catch up right away. You could also jump into the terminal and run cat myFile.json to print out the content to the terminal.

1 Like