empty_object: {}
crazy_object: {
key: variable
key_two: "string here"
key_three: [1 2 3]
key_four: {
nested_one: "alright"
nested_two: [4 5 6]
}