Challenge: Convert an Object to JSON File
Can we serialize data by converting an object into a JSON file?
We'll cover the following...
Problem statement
Convert the given object into a JSON file and write that JSON file ...