I am learning how to parse and generate JSON with the JSON gem. I am easily able to create a hash of data and generate that into JSON; however, I am having a brain fart when it comes to taking a instance of a class (such as a Person instance) and putting all of its instance variables inside a hash to be converted into JSON.I am learning how to parse and generate JSON wi