I want to loop through a bunch of objects and check each object's properties to see if it is a single value (string or int) or if it is an object/array (doesn't matter if it contains anything just see if it is an object or array).
I was going to just do a check to see if each property is a string or and integer, but is there a more efficient way?