var person={ "first_name":"Harry", "last_name":"Potter", "age":14 }; var personSize = Object.keys(person).length; //gets number of properties (3)