A video on how to change JavaScript objects to a JSON format and then save to a json file.
Also creating a function that can be used more than once for different JS object saving to different json files.
00:00 Intro
00:21 Part 1 - Creating a function to save JS object to json file
03:42 Testing function
04:39 Explaining why to adapt the function
05:05 Part 2 - Adapting Function
05:37 Testing function