Now we have 2 files in myFiles:
#1 cherry.json: The file made by fileMaker.js
#2 fileMaker.js: JavaScript file to read and write JSON files.
Let's edit the JSON by adding another couple object:
[
{"name":"Candy","title":"Commander"},
{"name":"Coral","title":"Commander"},
{"name":"Max","title":"General"}
]